HomeSort by: relevance | last modified time | path
    Searched defs:MappedBlockStream (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
MappedBlockStream.h 1 //==- MappedBlockStream.h - Discontiguous stream data in an MSF --*- C++ -*-==//
27 /// MappedBlockStream represents data stored in an MSF file into chunks of a
34 /// the MSF. MappedBlockStream provides methods for reading from and writing
37 class MappedBlockStream : public BinaryStream {
41 static std::unique_ptr<MappedBlockStream>
45 static std::unique_ptr<MappedBlockStream>
49 static std::unique_ptr<MappedBlockStream>
53 static std::unique_ptr<MappedBlockStream>
77 MappedBlockStream(uint32_t BlockSize, const MSFStreamLayout &StreamLayout,
153 MappedBlockStream ReadInterface
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
MappedBlockStream.cpp 1 //===- MappedBlockStream.cpp - Reads stream data from an MSF file ---------===//
9 #include "llvm/DebugInfo/MSF/MappedBlockStream.h"
45 MappedBlockStream::MappedBlockStream(uint32_t BlockSize,
52 std::unique_ptr<MappedBlockStream> MappedBlockStream::createStream(
55 return std::make_unique<MappedBlockStreamImpl<MappedBlockStream>>(
59 std::unique_ptr<MappedBlockStream> MappedBlockStream::createIndexedStream(
66 return std::make_unique<MappedBlockStreamImpl<MappedBlockStream>>(
    [all...]

Completed in 16 milliseconds