Home
last modified time | relevance | path

Searched refs:CIEFrameInstructions (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h532 CFIInstrMapType CIEFrameInstructions; variable
784 cfi_iterator cie_begin() { return CIEFrameInstructions.begin(); } in cie_begin()
785 const_cfi_iterator cie_begin() const { return CIEFrameInstructions.begin(); } in cie_begin()
786 cfi_iterator cie_end() { return CIEFrameInstructions.end(); } in cie_end()
787 const_cfi_iterator cie_end() const { return CIEFrameInstructions.end(); } in cie_end()
788 bool cie_empty() const { return CIEFrameInstructions.empty(); } in cie_empty()
1456 return !FrameInstructions.empty() || !CIEFrameInstructions.empty(); in hasCFI()
1644 CIEFrameInstructions.emplace_back(std::forward<MCCFIInstruction>(Inst)); in addCFIInstruction()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp2603 CFISnapshotDiff CFIDiff(CIEFrameInstructions, FrameInstructions, in replayCFIInstrs()
2636 CFISnapshot ToCFITable(CIEFrameInstructions, FrameInstructions, in unwindCFIState()
2653 if (FromCFITable.isRedundant(CIEFrameInstructions[-ToCFITable.CFARule])) in unwindCFIState()
2658 FrameInstructions.emplace_back(CIEFrameInstructions[-ToCFITable.CFARule]); in unwindCFIState()
2706 if (FromCFITable.isRedundant(CIEFrameInstructions[-Rule])) in unwindCFIState()
2711 FrameInstructions.emplace_back(CIEFrameInstructions[-Rule]); in unwindCFIState()