Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp146 uint32_t StreamBytesRemaining = Layout.Length; in computeBlockRuns() local
156 uint32_t Used = std::min(BlockSize, StreamBytesRemaining); in computeBlockRuns()
158 StreamBytesRemaining -= Used; in computeBlockRuns()