Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7899 SmallVector<CompactUnwindEntry, 4> CompactUnwinds; in printMachOCompactUnwindSection() local
7904 CompactUnwinds.push_back(Entry); in printMachOCompactUnwindSection()
7914 CompactUnwindEntry &Entry = CompactUnwinds[EntryIdx]; in printMachOCompactUnwindSection()
7930 for (auto &Entry : CompactUnwinds) { in printMachOCompactUnwindSection()