LLVM: lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp File Reference (original) (raw)
Go to the source code of this file.
| Variables |
|
| static cl::opt< bool > |
TrimVarLocs ("trim-var-locs", cl::Hidden, cl::init(true)) |
|
If true, we drop variable location ranges which exist entirely outside the variable's lexical scope instruction ranges. |
Macro Definition Documentation
◆ DEBUG_TYPE
#define DEBUG_TYPE "dwarfdebug"
Function Documentation
◆ hasDebugInfo()
Variable Documentation
◆ TrimVarLocs
| cl::opt< bool > TrimVarLocs("trim-var-locs", cl::Hidden, cl::init(true)) ( "trim-var-locs" , cl::Hidden , cl::init(true) ) |
static |