Searched refs:raw_null_ostream (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Draw_ostream.h475 /// 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/swiftshader/third_party/LLVM/lib/Support/
H A Draw_ostream.cpp663 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/
H A Draw_ostream.cpp739 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
[all...]
/external/llvm/include/llvm/Support/
H A Draw_ostream.h505 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/llvm/lib/IR/
H A DGCOV.cpp560 return llvm::make_unique<raw_null_ostream>();
567 return llvm::make_unique<raw_null_ostream>();
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h734 llvm::raw_null_ostream *createNullOutputFile();
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp587 llvm::raw_null_ostream *CompilerInstance::createNullOutputFile() {
588 auto OS = llvm::make_unique<llvm::raw_null_ostream>();
589 llvm::raw_null_ostream *Ret = OS.get();
/external/clang/lib/AST/
H A DItaniumMangle.cpp410 CXXNameMangler(CXXNameMangler &Outer, llvm::raw_null_ostream &Out_)
811 llvm::raw_null_ostream NullOutStream;
4414 llvm::raw_null_ostream NullOutStream;
4433 llvm::raw_null_ostream NullOutStream;
4444 llvm::raw_null_ostream NullOutStream;

Completed in 287 milliseconds