LLVM 22.0.0git
CFIInstrInserter.cpp File Reference

Go to the source code of this file.

Macros

#define INVALID_REG   UINT_MAX
#define INVALID_OFFSET   INT_MAX

Functions

 INITIALIZE_PASS (CFIInstrInserter, "cfi-instr-inserter", "Check CFA info and insert CFI instructions if needed", false, false) FunctionPass *llvm

Variables

static cl::opt< boolVerifyCFI ("verify-cfiinstrs", cl::desc("Verify Call Frame Information instructions"), cl::init(false), cl::Hidden)

Macro Definition Documentation

◆ INVALID_OFFSET

#define INVALID_OFFSET   INT_MAX

Definition at line 89 of file CFIInstrInserter.cpp.

◆ INVALID_REG

#define INVALID_REG   UINT_MAX

Definition at line 88 of file CFIInstrInserter.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( CFIInstrInserter ,
"cfi-instr-inserter" ,
"Check CFA info and insert CFI instructions if needed" ,
false ,
false  )

Definition at line 139 of file CFIInstrInserter.cpp.

References llvm::createCFIInstrInserter().

Variable Documentation

◆ VerifyCFI

cl::opt< bool > VerifyCFI("verify-cfiinstrs", cl::desc("Verify Call Frame Information instructions"), cl::init(false), cl::Hidden) ( "verify-cfiinstrs" ,
cl::desc("Verify Call Frame Information instructions") ,
cl::init(false) ,
cl::Hidden  )
static