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

/external/llvm/include/llvm/Support/
H A Draw_ostream.h482 /// raw_null_ostream - A raw_ostream that discards all output.
483 class raw_null_ostream : public raw_ostream { class in namespace:llvm
492 explicit raw_null_ostream() {} function in class:llvm::raw_null_ostream
493 ~raw_null_ostream();
/external/llvm/lib/Support/
H A Draw_ostream.cpp679 static raw_null_ostream S;
763 // raw_null_ostream
766 raw_null_ostream::~raw_null_ostream() {
769 // with raw_null_ostream, but it's better to have raw_null_ostream follow
770 // the rules than to change the rules just for raw_null_ostream.
775 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) {
778 uint64_t raw_null_ostream::current_pos() const {
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h675 llvm::raw_null_ostream *createNullOutputFile();
/external/llvm/lib/IR/
H A DGCOV.cpp518 return llvm::make_unique<raw_null_ostream>();
525 return llvm::make_unique<raw_null_ostream>();
H A DVerifier.cpp2597 raw_null_ostream NullStr;
2606 raw_null_ostream NullStr;
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp559 llvm::raw_null_ostream *CompilerInstance::createNullOutputFile() {
560 llvm::raw_null_ostream *OS = new llvm::raw_null_ostream();
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp64 raw_null_ostream ThrowAway;

Completed in 5735 milliseconds