Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp96 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() function
181 assert(UC.size() >= getNumUsedSlots(UC[0])); in printUnwindCode()
257 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp73 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() function
96 assert(UCs.size() >= getNumUsedSlots(UCs[0])); in printUnwindCode()
145 unsigned UsedSlots = getNumUsedSlots(*I); in printAllUnwindCodes()