Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp356 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo() local
357 if (UsedSlots > UC.size()) { in printUnwindInfo()
363 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp328 unsigned UsedSlots = getNumUsedSlots(*I); in printAllUnwindCodes() local
329 if (UsedSlots > UCs.size()) { in printAllUnwindCodes()
332 << " which requires " << UsedSlots in printAllUnwindCodes()
338 I += UsedSlots; in printAllUnwindCodes()