Searched refs:CIEFrameInstructions (Results 1 – 2 of 2) sorted by relevance
532 CFIInstrMapType CIEFrameInstructions; variable784 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()
2603 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()