Lines Matching defs:CompactUnwindEntry
7793 struct CompactUnwindEntry { struct
7794 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;
7806 CompactUnwindEntry(StringRef Contents, unsigned Offset, bool Is64) in CompactUnwindEntry() function
7815 template <typename UIntPtr> void read(StringRef Contents, ptrdiff_t Offset) { in read()