Home
last modified time | relevance | path

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

/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()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp159 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) { in getNumUsedSlots() function
1028 unsigned UsedSlots = getNumUsedSlots(*I); in printUnwindInfo()
1061 assert(UCs.size() >= getNumUsedSlots(UCs[0])); in printUnwindCode()