Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp230 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 DDbiStreamBuilder.cpp383 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 DDbiModuleDescriptorBuilder.cpp165 const msf::MSFLayout &MsfLayout, WritableBinaryStreamRef MsfBuffer) { in commitSymbolStream() argument
170 MsfLayout, MsfBuffer, Layout.ModDiStream, MSF.getAllocator()); in commitSymbolStream()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h84 void commitInjectedSources(WritableBinaryStream &MsfBuffer,
86 void commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer,
H A DDbiModuleDescriptorBuilder.h129 WritableBinaryStreamRef MsfBuffer);
H A DDbiStreamBuilder.h77 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef MsfBuffer);
/openbsd/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp312 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()