Searched refs:MsfData (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 46 BinaryStreamRef MsfData, in MappedBlockStream() argument 48 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream() 52 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream() argument 55 BlockSize, Layout, MsfData, Allocator); in createStream() 59 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex, in createIndexedStream() argument 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 84 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createFpmStream() [all …]
|
| /openbsd-src/gnu/llvm/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 …]
|