Searched defs:CIE (Results 1 – 3 of 3) sorted by relevance
700 struct CIE: public Entry { struct707 // True if this CIE includes Linux C++ ABI 'z' augmentation data. argument708 bool has_z_augmentation;712 bool has_z_lsda; // The 'z' augmentation included 'L'.713 bool has_z_personality; // The 'z' augmentation included 'P'.714 bool has_z_signal_frame; // The 'z' augmentation included 'S'.718 DwarfPointerEncoding lsda_encoding;722 DwarfPointerEncoding personality_encoding;727 uint64 personality_address;733 DwarfPointerEncoding pointer_encoding;
198 class CIE : public FrameEntry { class202 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function in __anon75c2f6ba0111::CIE
3602 CIE; typedef