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

/freebsd-10.2-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp145 unsigned UsedSlots = getNumUsedSlots(*I); local
146 if (UsedSlots > UCs.size()) {
149 << " which requires " << UsedSlots
155 I += UsedSlots;
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1028 unsigned UsedSlots = getNumUsedSlots(*I); local
1029 if (UsedSlots > UCs.size()) {
1034 I += UsedSlots - 1;

Completed in 64 milliseconds