Home
last modified time | relevance | path

Searched defs:BlockNum (Results 1 – 2 of 2) 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/llvm/unittests/MI/
DLiveIntervalTest.cpp112 unsigned From, unsigned To, unsigned BlockNum = 0) { in testHandleMove()