Home
last modified time | relevance | path

Searched defs:BlockNum (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp161 uint32_t BlockNum = Offset / Pdb.getBlockSize(); in tryReadContiguously() local
190 uint32_t BlockNum = Offset / Pdb.getBlockSize(); in readBytes() local
234 uint32_t BlockNum = Offset / Pdb.getBlockSize(); in writeBytes() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp209 uint32_t BlockNum = Offset / BlockSize; in tryReadContiguously() local
241 uint32_t BlockNum = Offset / BlockSize; in readBytes() local
393 uint32_t BlockNum = Offset / getBlockSize(); in writeBytes() local
/external/llvm/unittests/MI/
DLiveIntervalTest.cpp112 unsigned From, unsigned To, unsigned BlockNum = 0) { in testHandleMove()