Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h106 uint32_t getTotalBlockCount() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h106 uint32_t getTotalBlockCount() const;
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp145 return getTotalBlockCount() - getNumFreeBlocks(); in getNumUsedBlocks()
150 uint32_t MSFBuilder::getTotalBlockCount() const { return FreeBlocks.size(); } in getTotalBlockCount() function in MSFBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp145 return getTotalBlockCount() - getNumFreeBlocks(); in getNumUsedBlocks()
150 uint32_t MSFBuilder::getTotalBlockCount() const { return FreeBlocks.size(); } in getTotalBlockCount() function in MSFBuilder