Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp95 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() function
258 assert(UC.size() >= getNumUsedSlots(UC[0])); in printUnwindCode()
334 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp229 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() function
254 assert(UCs.size() >= getNumUsedSlots(UCs[0])); in printUnwindCode()
303 unsigned UsedSlots = getNumUsedSlots(*I); in printAllUnwindCodes()