Home
last modified time | relevance | path

Searched refs:MsfBuffer (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFileBuilder.h83 void commitFpm(WritableBinaryStream &MsfBuffer, const msf::MSFLayout &Layout);
84 void commitInjectedSources(WritableBinaryStream &MsfBuffer,
86 void commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer,
DDbiModuleDescriptorBuilder.h81 WritableBinaryStreamRef MsfBuffer);
DDbiStreamBuilder.h81 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef MsfBuffer);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp225 void PDBFileBuilder::commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer, in commitSrcHeaderBlock() argument
231 Layout, MsfBuffer, SN, Allocator); in commitSrcHeaderBlock()
245 void PDBFileBuilder::commitInjectedSources(WritableBinaryStream &MsfBuffer, in commitInjectedSources() argument
250 commitSrcHeaderBlock(MsfBuffer, Layout); in commitInjectedSources()
256 Layout, MsfBuffer, SN, Allocator); in commitInjectedSources()
DDbiStreamBuilder.cpp392 WritableBinaryStreamRef MsfBuffer) { in commit() argument
397 Layout, MsfBuffer, StreamDBI, Allocator); in commit()
404 if (auto EC = M->commit(Writer, Layout, MsfBuffer)) in commit()
444 Layout, MsfBuffer, Stream->StreamNumber, Allocator); in commit()
DDbiModuleDescriptorBuilder.cpp137 WritableBinaryStreamRef MsfBuffer) { in commit() argument
151 MsfLayout, MsfBuffer, Layout.ModDiStream, MSF.getAllocator()); in commit()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp224 void PDBFileBuilder::commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer, in commitSrcHeaderBlock() argument
230 Layout, MsfBuffer, SN, Allocator); in commitSrcHeaderBlock()
244 void PDBFileBuilder::commitInjectedSources(WritableBinaryStream &MsfBuffer, in commitInjectedSources() argument
249 commitSrcHeaderBlock(MsfBuffer, Layout); in commitInjectedSources()
255 Layout, MsfBuffer, SN, Allocator); in commitInjectedSources()
DDbiModuleDescriptorBuilder.cpp136 WritableBinaryStreamRef MsfBuffer) { in commit() argument
150 MsfLayout, MsfBuffer, Layout.ModDiStream, MSF.getAllocator()); in commit()
DDbiStreamBuilder.cpp385 WritableBinaryStreamRef MsfBuffer) { in commit() argument
390 Layout, MsfBuffer, StreamDBI, Allocator); in commit()
397 if (auto EC = M->commit(Writer, Layout, MsfBuffer)) in commit()
437 Layout, MsfBuffer, Stream->StreamNumber, Allocator); in commit()
/external/llvm-project/llvm/unittests/DebugInfo/MSF/
DMappedBlockStreamTest.cpp513 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()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFileBuilder.h83 void commitInjectedSources(WritableBinaryStream &MsfBuffer,
85 void commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer,
DDbiModuleDescriptorBuilder.h81 WritableBinaryStreamRef MsfBuffer);
DDbiStreamBuilder.h80 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef MsfBuffer);
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp313 static void commitFpm(WritableBinaryStream &MsfBuffer, const MSFLayout &Layout, in commitFpm() argument
316 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator); in commitFpm()
319 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator, in commitFpm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp313 static void commitFpm(WritableBinaryStream &MsfBuffer, const MSFLayout &Layout, in commitFpm() argument
316 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator); in commitFpm()
319 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator, in commitFpm()