Searched defs:raw_null_ostream (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A Draw_ostream.h511 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
520 explicit raw_null_ostream() {} function in class:llvm::raw_null_ostream
521 ~raw_null_ostream() override;
/external/llvm/lib/Support/
H A Draw_ostream.cpp736 static raw_null_ostream S;
831 // raw_null_ostream
834 raw_null_ostream::~raw_null_ostream() {
837 // with raw_null_ostream, but it's better to have raw_null_ostream follow
838 // the rules than to change the rules just for raw_null_ostream.
843 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) {
846 uint64_t raw_null_ostream::current_pos() const {
850 void raw_null_ostream
[all...]

Completed in 115 milliseconds