Searched defs:Cie (Results 1 – 4 of 4) sorted by relevance
199 const CIE *Cie = Fde->getLinkedCIE(); in create() local228 Expected<UnwindTable> UnwindTable::create(const CIE *Cie) { in create()1006 auto Cie = std::make_unique<CIE>( in parse() local1109 auto Cie = std::make_unique<CIE>( in parse() local1123 CIE *Cie = CIEs[IsEH ? (StartStructureOffset - CIEPointer) : CIEPointer]; in parse() local
275 Cie(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Cie() function291 Cie(const Cie& cie) in Cie() function
602 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE()