Lines Matching defs:CompactUnwindEntry
7798 struct CompactUnwindEntry { struct
7799 uint32_t OffsetInSection;
7801 uint64_t FunctionAddr;
7802 uint32_t Length;
7803 uint32_t CompactEncoding;
7804 uint64_t PersonalityAddr;
7805 uint64_t LSDAAddr;
7807 RelocationRef FunctionReloc;
7808 RelocationRef PersonalityReloc;
7809 RelocationRef LSDAReloc;
7811 CompactUnwindEntry(StringRef Contents, unsigned Offset, bool Is64) in CompactUnwindEntry() argument
7820 template <typename UIntPtr> void read(StringRef Contents, ptrdiff_t Offset) { in read()