Searched defs:CIE (Results 1 – 7 of 7) sorted by relevance
87 struct CIE { struct98 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData argument99 uint32_t inst_length; // length of CIE instructions in mCFIData argument107 CIE(dw_offset_t offset) in CIE() argument
200 if (const dwarf::CIE *CIE = dyn_cast<dwarf::CIE>(&Entry)) { in printEHFrame() local
91 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall()
1200 struct CIE { struct1221 static CIE parseCIE(const InputSection *isec, const EhReader &reader, in parseCIE() argument
313 class CIE; variable571 CIE(bool IsDWARF64, uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function
578 const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(E); in handleConstructor() local
1415 else if (const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(CallSite)) in getCaller() local