Home
last modified time | relevance | path

Searched refs:CFIInstrMapType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h200 using CFIInstrMapType = SmallVector<MCCFIInstruction, 0>; variable
201 using cfi_iterator = CFIInstrMapType::iterator;
202 using const_cfi_iterator = CFIInstrMapType::const_iterator;
498 CFIInstrMapType FrameInstructions;
532 CFIInstrMapType CIEFrameInstructions;
2125 const CFIInstrMapType &getFDEProgram() const { return FrameInstructions; } in getFDEProgram()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp195 const BinaryFunction::CFIInstrMapType &FDEProgram = in getCFIStateAtInstr()
H A DBinaryFunction.cpp2395 const BinaryFunction::CFIInstrMapType &CIE;
2396 const BinaryFunction::CFIInstrMapType &FDE;
2484 const BinaryFunction::CFIInstrMapType &CIE, in CFISnapshot()
2485 const BinaryFunction::CFIInstrMapType &FDE, in CFISnapshot()
2515 const BinaryFunction::CFIInstrMapType &CIE, in CFISnapshotDiff()
2516 const BinaryFunction::CFIInstrMapType &FDE, in CFISnapshotDiff()