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

1 2

  /external/llvm/lib/Support/
raw_os_ostream.cpp 1 //===--- raw_os_ostream.cpp - Implement the raw_os_ostream class ----------===//
14 #include "llvm/Support/raw_os_ostream.h"
19 // raw_os_ostream
22 raw_os_ostream::~raw_os_ostream() {
26 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) {
30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); }
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_os_ostream.cpp 1 //===--- raw_os_ostream.cpp - Implement the raw_os_ostream class ----------===//
14 #include "llvm/Support/raw_os_ostream.h"
19 // raw_os_ostream
22 raw_os_ostream::~raw_os_ostream() {
26 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) {
30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); }
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_os_ostream.cpp 1 //===--- raw_os_ostream.cpp - Implement the raw_os_ostream class ----------===//
14 #include "llvm/Support/raw_os_ostream.h"
19 // raw_os_ostream
22 raw_os_ostream::~raw_os_ostream() {
26 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) {
30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); }
  /external/llvm/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
10 // This file defines the raw_os_ostream class.
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream { class in namespace:llvm
36 raw_os_ostream(std::ostream &O) : OS(O) {} function in class:llvm::raw_os_ostream
37 ~raw_os_ostream() override;
  /external/swiftshader/third_party/subzero/unittest/
IceELFSectionTest.cpp 17 #include "llvm/Support/raw_os_ostream.h"
99 auto Str = std::unique_ptr<Ostream>(new llvm::raw_os_ostream(std::cout));
112 auto Str = std::unique_ptr<Ostream>(new llvm::raw_os_ostream(std::cout));
  /external/swiftshader/third_party/subzero/src/
IceCompileServer.cpp 33 #include "llvm/Support/raw_os_ostream.h"
103 return std::unique_ptr<Ostream>(new llvm::raw_os_ostream(std::cout));
105 return std::unique_ptr<Ostream>(new llvm::raw_os_ostream(std::cerr));
  /external/swiftshader/src/Reactor/
Android.mk 89 $(LLVMDEPENDENCIES_PATH)/lib/Support/raw_os_ostream.cpp \
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 60 #include "llvm/Support/raw_os_ostream.h"
109 raw_os_ostream ros_;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 59 #include "llvm/Support/raw_os_ostream.h"
106 raw_os_ostream ros_;
    [all...]

Completed in 718 milliseconds

1 2