Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
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 …]
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp198 class CIE : public FrameEntry { class
202 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function in __anond3e5e2530111::CIE
/external/swiftshader/third_party/llvm-16.0/llvm/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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h169 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function