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

/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp96 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { function
175 assert(UC.size() >= getNumUsedSlots(UC[0]));
251 unsigned UsedSlots = getNumUsedSlots(*UCI);
/freebsd-11.0-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);

Completed in 54 milliseconds