Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp605 uint64_t CurrentRecordPos = Stream.GetCurrentBitNo(); in ParseBlock() local
669 int BlockSize = (CurrentRecordPos / 8) - BlockEntryPos; in ParseBlock()
738 Stream.JumpToBit(CurrentRecordPos); in ParseBlock()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp572 unsigned CurrentRecordPos = Stream.getCurrentByteNo(); in ParseBlock() local
616 int BlockSize = CurrentRecordPos - BlockEntryPos; in ParseBlock()