Searched defs:CIE (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | DWARFCallFrameInfo.h | 86 struct CIE { struct 97 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData argument 98 uint32_t inst_length; // length of CIE instructions in mCFIData argument 106 CIE(dw_offset_t offset) in CIE() argument
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.h | 968 struct CIE: public Entry { struct 975 // True if this CIE includes Linux C++ ABI 'z' augmentation data. argument 976 bool has_z_augmentation; 980 bool has_z_lsda; // The 'z' augmentation included 'L'. 981 bool has_z_personality; // The 'z' augmentation included 'P'. 982 bool has_z_signal_frame; // The 'z' augmentation included 'S'. 986 DwarfPointerEncoding lsda_encoding; 990 DwarfPointerEncoding personality_encoding; 995 uint64_t personality_address; 1001 DwarfPointerEncoding pointer_encoding; [all …]
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | DwarfCFIEHPrinter.h | 199 if (const dwarf::CIE *CIE = dyn_cast<dwarf::CIE>(&Entry)) { in printEHFrame() local
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | AnyCall.h | 90 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 198 class CIE : public FrameEntry { class 202 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function in __anon5d44ce240111::CIE
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugFrame.h | 169 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugFrame.h | 172 CIE(bool IsDWARF64, uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 463 const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(E); in handleConstructor() local
|
D | CallEvent.cpp | 1410 else if (const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(CallSite)) in getCaller() local
|