LLVM 20.0.0git
|
#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/MCContext.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< bool > | VerifyCFI ("verify-cfiinstrs", cl::desc("Verify Call Frame Information instructions"), cl::init(false), cl::Hidden) |
#define INVALID_OFFSET INT_MAX |
Definition at line 89 of file CFIInstrInserter.cpp.
#define INVALID_REG UINT_MAX |
Definition at line 88 of file CFIInstrInserter.cpp.
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.
|
static |