HomeSort by relevance Sort by last modified time
    Searched refs:raw_null_ostream (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
raw_ostream.h 475 /// raw_null_ostream - A raw_ostream that discards all output.
476 class raw_null_ostream : public raw_ostream { class in namespace:llvm
485 explicit raw_null_ostream() {} function in class:llvm::raw_null_ostream
486 ~raw_null_ostream();
  /external/llvm/include/llvm/Support/
raw_ostream.h 505 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
515 explicit raw_null_ostream() {} function in class:llvm::raw_null_ostream
516 ~raw_null_ostream() override;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 519 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
529 explicit raw_null_ostream() = default;
530 ~raw_null_ostream() override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 519 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
529 explicit raw_null_ostream() = default;
530 ~raw_null_ostream() override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 519 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
529 explicit raw_null_ostream() = default;
530 ~raw_null_ostream() override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 519 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
529 explicit raw_null_ostream() = default;
530 ~raw_null_ostream() override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 519 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
529 explicit raw_null_ostream() = default;
530 ~raw_null_ostream() override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 519 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
529 explicit raw_null_ostream() = default;
530 ~raw_null_ostream() override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 519 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
529 explicit raw_null_ostream() = default;
530 ~raw_null_ostream() override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 519 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
529 explicit raw_null_ostream() = default;
530 ~raw_null_ostream() override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 519 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
529 explicit raw_null_ostream() = default;
530 ~raw_null_ostream() override;
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 663 static raw_null_ostream S;
747 // raw_null_ostream
750 raw_null_ostream::~raw_null_ostream() {
753 // with raw_null_ostream, but it's better to have raw_null_ostream follow
754 // the rules than to change the rules just for raw_null_ostream.
759 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) {
762 uint64_t raw_null_ostream::current_pos() const {
  /external/llvm/lib/Support/
raw_ostream.cpp 739 static raw_null_ostream S;
772 // raw_null_ostream
775 raw_null_ostream::~raw_null_ostream() {
778 // with raw_null_ostream, but it's better to have raw_null_ostream follow
779 // the rules than to change the rules just for raw_null_ostream.
784 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) {
787 uint64_t raw_null_ostream::current_pos() const {
791 void raw_null_ostream::pwrite_impl(const char *Ptr, size_t Size
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_ostream.cpp 718 static raw_null_ostream S;
750 // raw_null_ostream
753 raw_null_ostream::~raw_null_ostream() {
756 // with raw_null_ostream, but it's better to have raw_null_ostream follow
757 // the rules than to change the rules just for raw_null_ostream.
762 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) {
765 uint64_t raw_null_ostream::current_pos() const {
769 void raw_null_ostream::pwrite_impl(const char *Ptr, size_t Size
    [all...]
  /external/llvm/lib/IR/
GCOV.cpp 560 return llvm::make_unique<raw_null_ostream>();
567 return llvm::make_unique<raw_null_ostream>();
  /external/clang/include/clang/Frontend/
CompilerInstance.h 734 llvm::raw_null_ostream *createNullOutputFile();
  /external/clang/lib/Frontend/
CompilerInstance.cpp 587 llvm::raw_null_ostream *CompilerInstance::createNullOutputFile() {
588 auto OS = llvm::make_unique<llvm::raw_null_ostream>();
589 llvm::raw_null_ostream *Ret = OS.get();
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 410 CXXNameMangler(CXXNameMangler &Outer, llvm::raw_null_ostream &Out_)
811 llvm::raw_null_ostream NullOutStream;
    [all...]

Completed in 639 milliseconds