LLVM 19.0.0git
Macros | Functions | Variables
CFIInstrInserter.cpp File Reference
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetFrameLowering.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/InitializePasses.h"
#include "llvm/MC/MCDwarf.h"

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 88 of file CFIInstrInserter.cpp.

◆ INVALID_REG

#define INVALID_REG   UINT_MAX

Definition at line 87 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 138 of file CFIInstrInserter.cpp.

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