Home
last modified time | relevance | path

Searched defs:CompactUnwindEntry (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DCompactUnwindPass.cpp34 struct CompactUnwindEntry { struct
35 const Atom *rangeStart;
36 const Atom *personalityFunction;
37 const Atom *lsdaLocation;
38 const Atom *ehFrame;
40 uint32_t rangeLength;
48 uint32_t encoding;
50 CompactUnwindEntry(const DefinedAtom *function) in CompactUnwindEntry() argument
55 CompactUnwindEntry() in CompactUnwindEntry() argument
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6935 struct CompactUnwindEntry { struct
6936 uint32_t OffsetInSection;
6938 uint64_t FunctionAddr;
6939 uint32_t Length;
6940 uint32_t CompactEncoding;
6941 uint64_t PersonalityAddr;
6942 uint64_t LSDAAddr;
6944 RelocationRef FunctionReloc;
6945 RelocationRef PersonalityReloc;
6946 RelocationRef LSDAReloc;
[all …]
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp7793 struct CompactUnwindEntry { struct
7794 uint32_t OffsetInSection;
7796 uint64_t FunctionAddr;
7797 uint32_t Length;
7798 uint32_t CompactEncoding;
7799 uint64_t PersonalityAddr;
7800 uint64_t LSDAAddr;
7802 RelocationRef FunctionReloc;
7803 RelocationRef PersonalityReloc;
7804 RelocationRef LSDAReloc;
[all …]