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

/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp252 unsigned UsedSlots = getNumUsedSlots(*UCI); local
253 if (UsedSlots > UC.size()) {
259 UCI = UCI + UsedSlots - 1;
/external/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;

Completed in 95 milliseconds