Searched defs:CompactUnwindEntry (Results 1 – 3 of 3) sorted by relevance
34 struct CompactUnwindEntry { struct35 const Atom *rangeStart;36 const Atom *personalityFunction;37 const Atom *lsdaLocation;38 const Atom *ehFrame;40 uint32_t rangeLength;48 uint32_t encoding;50 CompactUnwindEntry(const DefinedAtom *function) in CompactUnwindEntry() argument55 CompactUnwindEntry() in CompactUnwindEntry() argument
6935 struct CompactUnwindEntry { struct6936 uint32_t OffsetInSection;6938 uint64_t FunctionAddr;6939 uint32_t Length;6940 uint32_t CompactEncoding;6941 uint64_t PersonalityAddr;6942 uint64_t LSDAAddr;6944 RelocationRef FunctionReloc;6945 RelocationRef PersonalityReloc;6946 RelocationRef LSDAReloc;[all …]
7793 struct CompactUnwindEntry { struct7794 uint32_t OffsetInSection;7796 uint64_t FunctionAddr;7797 uint32_t Length;7798 uint32_t CompactEncoding;7799 uint64_t PersonalityAddr;7800 uint64_t LSDAAddr;7802 RelocationRef FunctionReloc;7803 RelocationRef PersonalityReloc;7804 RelocationRef LSDAReloc;[all …]