Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp163 uint32_t BlocksThisByte = std::min(BlocksRemaining, 8U); in parseFileHeaders() local
164 for (uint32_t I = 0; I < BlocksThisByte; ++I) { in parseFileHeaders()