Lines Matching defs:CompactUnwindEntry
7371 struct CompactUnwindEntry { struct
7372 uint32_t OffsetInSection;
7374 uint64_t FunctionAddr;
7375 uint32_t Length;
7376 uint32_t CompactEncoding;
7377 uint64_t PersonalityAddr;
7378 uint64_t LSDAAddr;
7380 RelocationRef FunctionReloc;
7381 RelocationRef PersonalityReloc;
7382 RelocationRef LSDAReloc;
7384 CompactUnwindEntry(StringRef Contents, unsigned Offset, bool Is64) in CompactUnwindEntry() function
7393 template <typename UIntPtr> void read(StringRef Contents, ptrdiff_t Offset) { in read()