Searched refs:setBlockData (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | IPDBFile.h | 38 virtual Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
|
D | PDBFile.h | 93 Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | PDBFile.cpp | 86 Error PDBFile::setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData() function in PDBFile
|
D | MappedBlockStream.cpp | 247 if (auto EC = Pdb.setBlockData(StreamBlockAddr, OffsetInBlock, ChunkData)) in writeBytes()
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | MappedBlockStreamTest.cpp | 69 Error setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData() function in __anon5eb8b9230111::DiscontiguousFile
|