Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h84 void commitFpm(WritableBinaryStream &MsfBuffer, const msf::MSFLayout &Layout);
85 void commitInjectedSources(WritableBinaryStream &MsfBuffer,
87 void commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer,
H A DDbiModuleDescriptorBuilder.h82 WritableBinaryStreamRef MsfBuffer);
H A DDbiStreamBuilder.h82 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef MsfBuffer);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp226 void PDBFileBuilder::commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer, in commitSrcHeaderBlock() argument
232 Layout, MsfBuffer, SN, Allocator); in commitSrcHeaderBlock()
246 void PDBFileBuilder::commitInjectedSources(WritableBinaryStream &MsfBuffer, in commitInjectedSources() argument
251 commitSrcHeaderBlock(MsfBuffer, Layout); in commitInjectedSources()
257 Layout, MsfBuffer, SN, Allocator); in commitInjectedSources()
H A DDbiStreamBuilder.cpp393 WritableBinaryStreamRef MsfBuffer) { in commit() argument
398 Layout, MsfBuffer, StreamDBI, Allocator); in commit()
405 if (auto EC = M->commit(Writer, Layout, MsfBuffer)) in commit()
445 Layout, MsfBuffer, Stream->StreamNumber, Allocator); in commit()
H A DDbiModuleDescriptorBuilder.cpp136 WritableBinaryStreamRef MsfBuffer) { in commit() argument
150 MsfLayout, MsfBuffer, Layout.ModDiStream, MSF.getAllocator()); in commit()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp314 static void commitFpm(WritableBinaryStream &MsfBuffer, const MSFLayout &Layout, in commitFpm() argument
317 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator); in commitFpm()
320 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator, in commitFpm()