Searched refs:MsfData (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 48 BinaryStreamRef MsfData, in MappedBlockStream() argument 50 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream() 54 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream() argument 57 BlockSize, Layout, MsfData, Allocator); in createStream() 61 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex, in createIndexedStream() argument 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 86 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createFpmStream() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/ |
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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBFile.h | 120 BinaryStreamRef MsfData,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFile.cpp | 466 BinaryStreamRef MsfData, in safelyCreateIndexedStream() argument 470 return MappedBlockStream::createIndexedStream(Layout, MsfData, StreamIndex, in safelyCreateIndexedStream()
|