Searched defs:CompactUnwindEntry (Results 1 – 2 of 2) sorted by relevance
35 struct CompactUnwindEntry { struct36 const Atom *rangeStart;37 const Atom *personalityFunction;38 const Atom *lsdaLocation;39 const Atom *ehFrame;41 uint32_t rangeLength;49 uint32_t encoding;51 CompactUnwindEntry(const DefinedAtom *function) in CompactUnwindEntry() function56 CompactUnwindEntry() in CompactUnwindEntry() function
7371 struct CompactUnwindEntry { struct7372 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;[all …]