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
199 if (const dwarf::CIE *CIE = dyn_cast<dwarf::CIE>(&Entry)) { in printEHFrame() local [all...]
91 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall()
1217 struct CIE { struct 1238 static CIE parseCIE(const InputSection *isec, const EhReader &reader, in parseCIE() argument [all...]
313 class CIE; variable 571 CIE(bool IsDWARF64, uint64_t Offset, uint64_t Length, uint8_t Version, CIE() function [all...]
586 const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(E); in handleConstructor() local
1447 else if (const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(CallSite)) getCaller() local