Home
last modified time | relevance | path

Searched refs:getLinkedCIE (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp521 uint64_t CodeAlignment = CurFDE.getLinkedCIE()->getCodeAlignmentFactor(); in fillCFIInfoFor()
522 uint64_t DataAlignment = CurFDE.getLinkedCIE()->getDataAlignmentFactor(); in fillCFIInfoFor()
523 if (CurFDE.getLinkedCIE()->getPersonalityAddress()) { in fillCFIInfoFor()
525 *CurFDE.getLinkedCIE()->getPersonalityAddress()); in fillCFIInfoFor()
527 *CurFDE.getLinkedCIE()->getPersonalityEncoding()); in fillCFIInfoFor()
665 for (const CFIProgram::Instruction &Instr : CurFDE.getLinkedCIE()->cfis()) in fillCFIInfoFor()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h215 Address + FDE->getLinkedCIE()->getOffset()); in printEHFrame()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h640 const CIE *getLinkedCIE() const { return LinkedCIE; } in getLinkedCIE() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp204 const CIE *Cie = Fde->getLinkedCIE(); in create()