Searched refs:MsfData (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 48 BinaryStreamRef MsfData, in MappedBlockStream() argument 50 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream() 57 BlockSize, Layout, MsfData, Allocator); in createStream() 68 Layout.SB->BlockSize, SL, MsfData, Allocator); in createIndexedStream() 73 BinaryStreamRef MsfData, in createDirectoryStream() argument 78 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream() 83 BinaryStreamRef MsfData, in createFpmStream() argument 314 : ReadInterface(BlockSize, Layout, MsfData, Allocator), in WritableMappedBlockStream() 315 WriteInterface(MsfData) {} in WritableMappedBlockStream() 323 BlockSize, Layout, MsfData, Allocator); in createStream() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 46 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 49 createIndexedStream(const MSFLayout &Layout, BinaryStreamRef MsfData, 53 createFpmStream(const MSFLayout &Layout, BinaryStreamRef MsfData, 57 createDirectoryStream(const MSFLayout &Layout, BinaryStreamRef MsfData, 81 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 93 BinaryStreamRef MsfData; variable 112 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 115 createIndexedStream(const MSFLayout &Layout, WritableBinaryStreamRef MsfData, 120 WritableBinaryStreamRef MsfData, 124 createFpmStream(const MSFLayout &Layout, WritableBinaryStreamRef MsfData, [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBFile.h | 120 BinaryStreamRef MsfData,
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFile.cpp | 468 BinaryStreamRef MsfData, in safelyCreateIndexedStream() argument 472 return MappedBlockStream::createIndexedStream(Layout, MsfData, StreamIndex, in safelyCreateIndexedStream()
|