Searched defs:Cie (Results 1 – 2 of 2) sorted by relevance
205 const CIE *Cie = Fde->getLinkedCIE(); in create() local234 Expected<UnwindTable> UnwindTable::create(const CIE *Cie) { in create()1061 auto Cie = std::make_unique<CIE>( in parse() local1168 auto Cie = std::make_unique<CIE>( in parse() local1182 CIE *Cie = CIEs[IsEH ? (StartStructureOffset - CIEPointer) : CIEPointer]; in parse() local
632 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE()