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

/freebsd-10.2-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp73 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { function
96 assert(UCs.size() >= getNumUsedSlots(UCs[0]));
145 unsigned UsedSlots = getNumUsedSlots(*I);
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp159 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { function
1028 unsigned UsedSlots = getNumUsedSlots(*I);
1061 assert(UCs.size() >= getNumUsedSlots(UCs[0]));

Completed in 61 milliseconds