Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp46 BinaryStreamRef MsfData, in MappedBlockStream() argument
48 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream()
55 BlockSize, Layout, MsfData, Allocator); in createStream()
66 Layout.SB->BlockSize, SL, MsfData, Allocator); in createIndexedStream()
71 BinaryStreamRef MsfData, in createDirectoryStream() argument
76 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream()
81 BinaryStreamRef MsfData, in createFpmStream() argument
312 : ReadInterface(BlockSize, Layout, MsfData, Allocator), in WritableMappedBlockStream()
313 WriteInterface(MsfData) {} in WritableMappedBlockStream()
321 BlockSize, Layout, MsfData, Allocator); in createStream()
[all …]
/llvm-project-15.0.7/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 …]