Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp134 uint32_t ByteLen = 0; member
157 CurrentRun->ByteLen += Used; in computeBlockRuns()
167 if (Offset < R.ByteLen) in findRun()
169 Offset -= R.ByteLen; in findRun()
227 assert(FoundRun.ByteLen >= RunOffset); in formatMsfStreamData()
228 uint32_t Len = FoundRun.ByteLen - RunOffset; in formatMsfStreamData()