Home
last modified time | relevance | path

Searched defs:CIE (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Symbol/
DDWARFCallFrameInfo.h87 struct CIE { struct
98 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData argument
99 uint32_t inst_length; // length of CIE instructions in mCFIData argument
107 CIE(dw_offset_t offset) in CIE() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/
DDWARFCallFrameInfo.h87 struct CIE { struct
98 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData argument
99 uint32_t inst_length; // length of CIE instructions in mCFIData argument
107 CIE(dw_offset_t offset) in CIE() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/
DDWARFCallFrameInfo.h87 struct CIE { struct
98 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData argument
99 uint32_t inst_length; // length of CIE instructions in mCFIData argument
107 CIE(dw_offset_t offset) in CIE() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/
DDWARFCallFrameInfo.h87 struct CIE { struct
98 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData argument
99 uint32_t inst_length; // length of CIE instructions in mCFIData argument
107 CIE(dw_offset_t offset) in CIE() function
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h1161 struct CIE: public Entry { struct
1168 // True if this CIE includes Linux C++ ABI 'z' augmentation data. argument
1169 bool has_z_augmentation;
1173 bool has_z_lsda; // The 'z' augmentation included 'L'.
1174 bool has_z_personality; // The 'z' augmentation included 'P'.
1175 bool has_z_signal_frame; // The 'z' augmentation included 'S'.
1179 DwarfPointerEncoding lsda_encoding;
1183 DwarfPointerEncoding personality_encoding;
1188 uint64_t personality_address;
1194 DwarfPointerEncoding pointer_encoding;
[all …]
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp198 class CIE : public FrameEntry { class
202 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function in __anon0fb737d30111::CIE
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h313 class CIE; variable
571 CIE(bool IsDWARF64, uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h313 class CIE; variable
571 CIE(bool IsDWARF64, uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h313 class CIE; variable
571 CIE(bool IsDWARF64, uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h313 class CIE; variable
571 CIE(bool IsDWARF64, uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h313 class CIE; variable
571 CIE(bool IsDWARF64, uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/
DEhFrameReader.h43 enum TokenKind { CIE, FDE, Terminator, Unknown, NumOfTokenKinds }; enumerator
DEhFrame.h45 class CIE; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DAnyCall.h91 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DAnyCall.h91 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DAnyCall.h91 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DAnyCall.h91 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall()
/aosp_15_r20/art/libelffile/elf/
H A Delf_debug_reader.h54 struct CIE : public CFI { struct
/aosp_15_r20/art/tools/create_minidebuginfo/
H A Dcreate_minidebuginfo.cc47 using CIE = typename ElfDebugReader<ElfTypes>::CIE; in WriteMinidebugInfo() typedef
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/
DEhFrame.cpp43 EhFrame::CIE::CIE(llvm::StringRef pRegion) in CIE() function in mcld::EhFrame::CIE
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h169 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function