Lines Matching defs:CompactUnwindEntry
7775 struct CompactUnwindEntry { struct
7776 uint32_t OffsetInSection;
7778 uint64_t FunctionAddr;
7779 uint32_t Length;
7780 uint32_t CompactEncoding;
7781 uint64_t PersonalityAddr;
7782 uint64_t LSDAAddr;
7784 RelocationRef FunctionReloc;
7785 RelocationRef PersonalityReloc;
7786 RelocationRef LSDAReloc;
7788 CompactUnwindEntry(StringRef Contents, unsigned Offset, bool Is64) in CompactUnwindEntry() function
7797 template <typename UIntPtr> void read(StringRef Contents, ptrdiff_t Offset) { in read()