Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp113 uint32_t OldBlockCount = FreeBlocks.size(); in allocateBlocks() local
114 uint32_t NewBlockCount = AllocBlocks + OldBlockCount; in allocateBlocks()
115 uint32_t NextFpmBlock = alignTo(OldBlockCount, BlockSize) + 1; in allocateBlocks()