Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp334 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo() local
335 if (UsedSlots > UC.size()) { in printUnwindInfo()
341 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp303 unsigned UsedSlots = getNumUsedSlots(*I); in printAllUnwindCodes() local
304 if (UsedSlots > UCs.size()) { in printAllUnwindCodes()
307 << " which requires " << UsedSlots in printAllUnwindCodes()
313 I += UsedSlots; in printAllUnwindCodes()