LLVM 22.0.0git
DebugHandlerBase.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "dwarfdebug"

Functions

static bool hasDebugInfo (const MachineFunction *MF)

Variables

static cl::opt< boolTrimVarLocs ("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"

Definition at line 27 of file DebugHandlerBase.cpp.

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

If true, we drop variable location ranges which exist entirely outside the variable's lexical scope instruction ranges.

Referenced by llvm::DebugHandlerBase::beginFunction().