Home
last modified time | relevance | path

Searched refs:setBlockData (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DIPDBFile.h38 virtual Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
DPDBFile.h93 Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp86 Error PDBFile::setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData() function in PDBFile
DMappedBlockStream.cpp247 if (auto EC = Pdb.setBlockData(StreamBlockAddr, OffsetInBlock, ChunkData)) in writeBytes()
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp69 Error setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData() function in __anon5eb8b9230111::DiscontiguousFile