Home
last modified time | relevance | path

Searched defs:BlockNum (Results 1 – 5 of 5) 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-16.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp208 uint64_t BlockNum = Offset / BlockSize; in tryReadContiguously() local
240 uint64_t BlockNum = Offset / BlockSize; in readBytes() local
392 uint64_t BlockNum = Offset / 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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DPHIElimination.cpp172 unsigned BlockNum = *(AliveBlockItr++); in runOnMachineFunction() local
/external/llvm/unittests/MI/
DLiveIntervalTest.cpp112 unsigned From, unsigned To, unsigned BlockNum = 0) { in testHandleMove()