Home
last modified time | relevance | path

Searched refs:MsfData (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp45 BinaryStreamRef MsfData, in MappedBlockStream() argument
47 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream()
54 BlockSize, Layout, MsfData, Allocator); in createStream()
65 Layout.SB->BlockSize, SL, MsfData, Allocator); in createIndexedStream()
70 BinaryStreamRef MsfData, in createDirectoryStream() argument
75 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream()
80 BinaryStreamRef MsfData, in createFpmStream() argument
311 : ReadInterface(BlockSize, Layout, MsfData, Allocator), in WritableMappedBlockStream()
312 WriteInterface(MsfData) {} in WritableMappedBlockStream()
320 BlockSize, Layout, MsfData, Allocator); in createStream()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h43 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 …]