HomeSort by relevance Sort by last modified time
    Searched refs:BinaryStream (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
BinaryStreamRef.h 14 #include "llvm/Support/BinaryStream.h"
122 /// \brief BinaryStreamRef is to BinaryStream what ArrayRef is to an Array. It
124 /// BinaryStream. Note that BinaryStreamRef is *not* a BinaryStream. That is to
125 /// say, it does not inherit and override the methods of BinaryStream. In
130 : public BinaryStreamRefBase<BinaryStreamRef, BinaryStream> {
131 friend BinaryStreamRefBase<BinaryStreamRef, BinaryStream>;
133 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint32_t ViewOffset,
139 BinaryStreamRef(BinaryStream &Stream);
140 BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, uint32_t Length)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
BinaryStreamRef.h 14 #include "llvm/Support/BinaryStream.h"
122 /// \brief BinaryStreamRef is to BinaryStream what ArrayRef is to an Array. It
124 /// BinaryStream. Note that BinaryStreamRef is *not* a BinaryStream. That is to
125 /// say, it does not inherit and override the methods of BinaryStream. In
130 : public BinaryStreamRefBase<BinaryStreamRef, BinaryStream> {
131 friend BinaryStreamRefBase<BinaryStreamRef, BinaryStream>;
133 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint32_t ViewOffset,
139 BinaryStreamRef(BinaryStream &Stream);
140 BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, uint32_t Length)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
BinaryStreamRef.h 14 #include "llvm/Support/BinaryStream.h"
121 /// \brief BinaryStreamRef is to BinaryStream what ArrayRef is to an Array. It
123 /// BinaryStream. Note that BinaryStreamRef is *not* a BinaryStream. That is to
124 /// say, it does not inherit and override the methods of BinaryStream. In
129 : public BinaryStreamRefBase<BinaryStreamRef, BinaryStream> {
130 friend BinaryStreamRefBase<BinaryStreamRef, BinaryStream>;
132 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint32_t ViewOffset,
138 BinaryStreamRef(BinaryStream &Stream);
139 BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, uint32_t Length)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
BinaryStreamRef.h 14 #include "llvm/Support/BinaryStream.h"
121 /// \brief BinaryStreamRef is to BinaryStream what ArrayRef is to an Array. It
123 /// BinaryStream. Note that BinaryStreamRef is *not* a BinaryStream. That is to
124 /// say, it does not inherit and override the methods of BinaryStream. In
129 : public BinaryStreamRefBase<BinaryStreamRef, BinaryStream> {
130 friend BinaryStreamRefBase<BinaryStreamRef, BinaryStream>;
132 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint32_t ViewOffset,
138 BinaryStreamRef(BinaryStream &Stream);
139 BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, uint32_t Length)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
BinaryStreamRef.h 14 #include "llvm/Support/BinaryStream.h"
121 /// \brief BinaryStreamRef is to BinaryStream what ArrayRef is to an Array. It
123 /// BinaryStream. Note that BinaryStreamRef is *not* a BinaryStream. That is to
124 /// say, it does not inherit and override the methods of BinaryStream. In
129 : public BinaryStreamRefBase<BinaryStreamRef, BinaryStream> {
130 friend BinaryStreamRefBase<BinaryStreamRef, BinaryStream>;
132 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint32_t ViewOffset,
138 BinaryStreamRef(BinaryStream &Stream);
139 BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, uint32_t Length)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
BinaryStreamRef.h 14 #include "llvm/Support/BinaryStream.h"
122 /// \brief BinaryStreamRef is to BinaryStream what ArrayRef is to an Array. It
124 /// BinaryStream. Note that BinaryStreamRef is *not* a BinaryStream. That is to
125 /// say, it does not inherit and override the methods of BinaryStream. In
130 : public BinaryStreamRefBase<BinaryStreamRef, BinaryStream> {
131 friend BinaryStreamRefBase<BinaryStreamRef, BinaryStream>;
133 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint32_t ViewOffset,
139 BinaryStreamRef(BinaryStream &Stream);
140 BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, uint32_t Length)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
BinaryStreamRef.h 14 #include "llvm/Support/BinaryStream.h"
122 /// \brief BinaryStreamRef is to BinaryStream what ArrayRef is to an Array. It
124 /// BinaryStream. Note that BinaryStreamRef is *not* a BinaryStream. That is to
125 /// say, it does not inherit and override the methods of BinaryStream. In
130 : public BinaryStreamRefBase<BinaryStreamRef, BinaryStream> {
131 friend BinaryStreamRefBase<BinaryStreamRef, BinaryStream>;
133 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint32_t ViewOffset,
139 BinaryStreamRef(BinaryStream &Stream);
140 BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, uint32_t Length)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BinaryStream.h 1 //===- BinaryStream.h - Base interface for a stream of data -----*- C++ -*-===//
28 class BinaryStream {
30 virtual ~BinaryStream() = default;
58 /// \brief A BinaryStream which can be read from as well as written to. Note
59 /// that writing to a BinaryStream always necessitates copying from the input
63 class WritableBinaryStream : public BinaryStream {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 26 class BinaryStream;
46 PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer,
120 std::unique_ptr<BinaryStream> Buffer;
TpiStream.h 65 std::unique_ptr<BinaryStream> HashStream;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 26 class BinaryStream;
46 PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer,
120 std::unique_ptr<BinaryStream> Buffer;
TpiStream.h 65 std::unique_ptr<BinaryStream> HashStream;

Completed in 1070 milliseconds

1 2 3 4 5