Searched refs:MsfBuffer (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.cpp | 230 void PDBFileBuilder::commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer, in commitSrcHeaderBlock() argument 236 Layout, MsfBuffer, SN, Allocator); in commitSrcHeaderBlock() 250 void PDBFileBuilder::commitInjectedSources(WritableBinaryStream &MsfBuffer, in commitInjectedSources() argument 255 commitSrcHeaderBlock(MsfBuffer, Layout); in commitInjectedSources() 261 Layout, MsfBuffer, SN, Allocator); in commitInjectedSources()
|
| H A D | DbiStreamBuilder.cpp | 383 WritableBinaryStreamRef MsfBuffer) { in commit() argument 388 Layout, MsfBuffer, StreamDBI, Allocator); in commit() 402 return M->commitSymbolStream(Layout, MsfBuffer); in commit() 442 Layout, MsfBuffer, Stream->StreamNumber, Allocator); in commit()
|
| H A D | DbiModuleDescriptorBuilder.cpp | 165 const msf::MSFLayout &MsfLayout, WritableBinaryStreamRef MsfBuffer) { in commitSymbolStream() argument 170 MsfLayout, MsfBuffer, Layout.ModDiStream, MSF.getAllocator()); in commitSymbolStream()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/MSF/ |
| H A D | MappedBlockStreamTest.cpp | 513 std::vector<uint8_t> MsfBuffer(NumFileBlocks * SB.BlockSize); in TEST() local 514 MutableBinaryByteStream MsfStream(MsfBuffer, llvm::support::little); in TEST() 527 EXPECT_THAT(MsfBuffer, BlockIsFilledWith(L, 1 + I * SB.BlockSize, 0xFF)); in TEST() 528 EXPECT_THAT(MsfBuffer, BlockIsFilledWith(L, 2 + I * SB.BlockSize, 0)); in TEST() 531 ::memset(MsfBuffer.data(), 0, MsfBuffer.size()); in TEST() 542 EXPECT_THAT(MsfBuffer, BlockIsFilledWith(L, 1 + I * SB.BlockSize, 0)); in TEST() 543 EXPECT_THAT(MsfBuffer, BlockIsFilledWith(L, 2 + I * SB.BlockSize, 0xFF)); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.h | 84 void commitInjectedSources(WritableBinaryStream &MsfBuffer, 86 void commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer,
|
| H A D | DbiModuleDescriptorBuilder.h | 131 WritableBinaryStreamRef MsfBuffer);
|
| H A D | DbiStreamBuilder.h | 78 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef MsfBuffer);
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 312 static void commitFpm(WritableBinaryStream &MsfBuffer, const MSFLayout &Layout, in commitFpm() argument 315 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator); in commitFpm() 318 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator, in commitFpm()
|