Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp8183 SmallVector<CompactUnwindEntry, 4> CompactUnwinds; in printMachOCompactUnwindSection() local
8188 CompactUnwinds.push_back(Entry); in printMachOCompactUnwindSection()
8198 CompactUnwindEntry &Entry = CompactUnwinds[EntryIdx]; in printMachOCompactUnwindSection()
8214 for (auto &Entry : CompactUnwinds) { in printMachOCompactUnwindSection()