Lines Matching defs:CompactUnwindEntry
7649 struct CompactUnwindEntry { struct
7650 uint32_t OffsetInSection;
7652 uint64_t FunctionAddr;
7653 uint32_t Length;
7654 uint32_t CompactEncoding;
7655 uint64_t PersonalityAddr;
7656 uint64_t LSDAAddr;
7658 RelocationRef FunctionReloc;
7659 RelocationRef PersonalityReloc;
7660 RelocationRef LSDAReloc;
7662 CompactUnwindEntry(StringRef Contents, unsigned Offset, bool Is64) in CompactUnwindEntry() function
7671 template <typename UIntPtr> void read(StringRef Contents, ptrdiff_t Offset) { in read()