Home
last modified time | relevance | path

Searched defs:Cie (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp199 const CIE *Cie = Fde->getLinkedCIE(); in create() local
228 Expected<UnwindTable> UnwindTable::create(const CIE *Cie) { in create()
1006 auto Cie = std::make_unique<CIE>( in parse() local
1109 auto Cie = std::make_unique<CIE>( in parse() local
1123 CIE *Cie = CIEs[IsEH ? (StartStructureOffset - CIEPointer) : CIEPointer]; in parse() local
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dehframe.h275 Cie(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Cie() function
291 Cie(const Cie& cie) in Cie() function
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dehframe.h275 Cie(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Cie() function
291 Cie(const Cie& cie) in Cie() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h602 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE()