Searched refs:MsfBuffer (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.cpp | 223 void PDBFileBuilder::commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer, in commitSrcHeaderBlock() argument 229 Layout, MsfBuffer, SN, Allocator); in commitSrcHeaderBlock() 243 void PDBFileBuilder::commitInjectedSources(WritableBinaryStream &MsfBuffer, in commitInjectedSources() argument 248 commitSrcHeaderBlock(MsfBuffer, Layout); in commitInjectedSources() 254 Layout, MsfBuffer, SN, Allocator); in commitInjectedSources()
|
| H A D | DbiStreamBuilder.cpp | 386 WritableBinaryStreamRef MsfBuffer) { in commit() argument 391 Layout, MsfBuffer, StreamDBI, Allocator); in commit() 405 return M->commitSymbolStream(Layout, MsfBuffer); in commit() 445 Layout, MsfBuffer, Stream->StreamNumber, Allocator); in commit()
|
| H A D | DbiModuleDescriptorBuilder.cpp | 161 const msf::MSFLayout &MsfLayout, WritableBinaryStreamRef MsfBuffer) { in commitSymbolStream() argument 166 MsfLayout, MsfBuffer, Layout.ModDiStream, MSF.getAllocator()); in commitSymbolStream()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.h | 81 void commitInjectedSources(WritableBinaryStream &MsfBuffer, 83 void commitSrcHeaderBlock(WritableBinaryStream &MsfBuffer,
|
| H A D | DbiModuleDescriptorBuilder.h | 133 WritableBinaryStreamRef MsfBuffer);
|
| H A D | DbiStreamBuilder.h | 80 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef MsfBuffer);
|
| /netbsd-src/external/apache2/llvm/dist/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()
|