Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp160 uint32_t BlocksRemaining = getBlockCount(); in parseFileHeaders() local
163 uint32_t BlocksThisByte = std::min(BlocksRemaining, 8U); in parseFileHeaders()
167 --BlocksRemaining; in parseFileHeaders()