Searched refs:MsfBuffer (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.cpp | 234 void PDBFileBuilder::commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer, in commitSrcHeaderBlock() 240 Layout, MsfBuffer, SN, Allocator); in commitSrcHeaderBlock() 254 void PDBFileBuilder::commitInjectedSources(WritableBinaryStream &MsfBuffer, in commitInjectedSources() 260 commitSrcHeaderBlock(MsfBuffer, Layout); in commitInjectedSources() 266 Layout, MsfBuffer, SN, Allocator); in commitInjectedSources() 232 commitSrcHeaderBlock(WritableBinaryStream & MsfBuffer,const msf::MSFLayout & Layout) commitSrcHeaderBlock() argument 252 commitInjectedSources(WritableBinaryStream & MsfBuffer,const msf::MSFLayout & Layout) commitInjectedSources() argument
|
H A D | DbiStreamBuilder.cpp | 384 WritableBinaryStreamRef MsfBuffer) { in commit() 390 Layout, MsfBuffer, StreamDBI, Allocator); in commit() 404 return M->commitSymbolStream(Layout, MsfBuffer); in commit() 444 Layout, MsfBuffer, Stream->StreamNumber, Allocator); in commit() 383 commit(const msf::MSFLayout & Layout,WritableBinaryStreamRef MsfBuffer) commit() argument
|
H A D | DbiModuleDescriptorBuilder.cpp | 165 const msf::MSFLayout &MsfLayout, WritableBinaryStreamRef MsfBuffer) { in commitSymbolStream() argument 170 MsfLayout, MsfBuffer, Layout.ModDiStream, MSF.getAllocator()); in commitSymbolStream()
|
/freebsd/contrib/llvm-project/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 | 129 WritableBinaryStreamRef MsfBuffer);
|
H A D | DbiStreamBuilder.h | 77 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef MsfBuffer);
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MSFBuilder.cpp | 315 static void commitFpm(WritableBinaryStream &MsfBuffer, const MSFLayout &Layout, in commitFpm() 318 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator); in commitFpm() 321 WritableMappedBlockStream::createFpmStream(Layout, MsfBuffer, Allocator, in commitFpm() 312 commitFpm(WritableBinaryStream & MsfBuffer,const MSFLayout & Layout,BumpPtrAllocator & Allocator) commitFpm() argument
|