Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp145 unsigned UsedSlots = getNumUsedSlots(*I); in printAllUnwindCodes() local
146 if (UsedSlots > UCs.size()) { in printAllUnwindCodes()
149 << " which requires " << UsedSlots in printAllUnwindCodes()
155 I += UsedSlots; in printAllUnwindCodes()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1028 unsigned UsedSlots = getNumUsedSlots(*I); in printUnwindInfo() local
1029 if (UsedSlots > UCs.size()) { in printUnwindInfo()
1034 I += UsedSlots - 1; in printUnwindInfo()