Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp135 uint32_t ByteLen = 0; member
158 CurrentRun->ByteLen += Used; in computeBlockRuns()
168 if (Offset < R.ByteLen) in findRun()
170 Offset -= R.ByteLen; in findRun()
229 assert(FoundRun.ByteLen >= RunOffset); in formatMsfStreamData()
230 uint32_t Len = FoundRun.ByteLen - RunOffset; in formatMsfStreamData()