Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp47 BinaryStreamRef MsfData, in MappedBlockStream()
53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
60 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex, in createIndexedStream()
72 BinaryStreamRef MsfData, in createDirectoryStream()
82 BinaryStreamRef MsfData, in createFpmStream()
312 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator) in WritableMappedBlockStream()
319 WritableBinaryStreamRef MsfData, in createStream()
327 WritableBinaryStreamRef MsfData, in createIndexedStream()
339 const MSFLayout &Layout, WritableBinaryStreamRef MsfData, in createDirectoryStream()
349 WritableBinaryStreamRef MsfData, in createFpmStream()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h90 BinaryStreamRef MsfData; variable