Searched refs:MsfData (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 47 BinaryStreamRef MsfData, in MappedBlockStream() argument 49 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream() 56 BlockSize, Layout, MsfData, Allocator); in createStream() 67 Layout.SB->BlockSize, SL, MsfData, Allocator); in createIndexedStream() 72 BinaryStreamRef MsfData, in createDirectoryStream() argument 77 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream() 82 BinaryStreamRef MsfData, in createFpmStream() argument 313 : ReadInterface(BlockSize, Layout, MsfData, Allocator), in WritableMappedBlockStream() 314 WriteInterface(MsfData) {} in WritableMappedBlockStream() 322 BlockSize, Layout, MsfData, Allocator); in createStream() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 43 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 46 createIndexedStream(const MSFLayout &Layout, BinaryStreamRef MsfData, 50 createFpmStream(const MSFLayout &Layout, BinaryStreamRef MsfData, 54 createDirectoryStream(const MSFLayout &Layout, BinaryStreamRef MsfData, 78 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 90 BinaryStreamRef MsfData; variable 109 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 112 createIndexedStream(const MSFLayout &Layout, WritableBinaryStreamRef MsfData, 117 WritableBinaryStreamRef MsfData, 121 createFpmStream(const MSFLayout &Layout, WritableBinaryStreamRef MsfData, [all …]
|