Home
last modified time | relevance | path

Searched refs:CompactUnwindEntry (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp113 struct CompactUnwindEntry { struct
144 void relocateCompactUnwind(std::vector<CompactUnwindEntry> &);
155 std::vector<CompactUnwindEntry> cuEntries;
350 std::vector<CompactUnwindEntry> &cuEntries) { in relocateCompactUnwind()
352 CompactUnwindEntry &cu = cuEntries[i]; in relocateCompactUnwind()
404 CompactUnwindEntry &cu = cuEntries[idx]; in encodePersonalities()
577 const CompactUnwindEntry *cuPtr = &cuEntries[idx]; in finalize()
689 const CompactUnwindEntry &cu = cuEntries[idx]; in writeTo()
713 const CompactUnwindEntry &cue = in writeTo()
733 const CompactUnwindEntry &cue = in writeTo()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7761 struct CompactUnwindEntry { struct
7774 CompactUnwindEntry(StringRef Contents, unsigned Offset, bool Is64) in CompactUnwindEntry() function
7885 SmallVector<CompactUnwindEntry, 4> CompactUnwinds; in printMachOCompactUnwindSection()
7889 CompactUnwindEntry Entry(Contents, Offset, Is64); in printMachOCompactUnwindSection()
7900 CompactUnwindEntry &Entry = CompactUnwinds[EntryIdx]; in printMachOCompactUnwindSection()