Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp177 uint32_t FirstBlockAddr = BlockList[BlockNum]; in tryReadContiguously() local
178 auto Result = Pdb.getBlockData(FirstBlockAddr, Pdb.getBlockSize()); in tryReadContiguously()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp229 uint32_t FirstBlockAddr = StreamLayout.Blocks[BlockNum]; in tryReadContiguously() local
230 uint32_t MsfOffset = blockToOffset(FirstBlockAddr, BlockSize); in tryReadContiguously()