Searched defs:CIE (Results 1 – 3 of 3) sorted by relevance
968 struct CIE: public Entry { struct975 // True if this CIE includes Linux C++ ABI 'z' augmentation data. argument976 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 …]
198 class CIE : public FrameEntry { class202 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function in __anonebee12820111::CIE
169 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function