Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h107 uint32_t getTotalBlockCount() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp146 return getTotalBlockCount() - getNumFreeBlocks(); in getNumUsedBlocks()
151 uint32_t MSFBuilder::getTotalBlockCount() const { return FreeBlocks.size(); } in getTotalBlockCount() function in MSFBuilder