Home
last modified time | relevance | path

Searched refs:raw_null_ostream (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
Draw_ostream.cpp671 static raw_null_ostream S; in nulls()
758 raw_null_ostream::~raw_null_ostream() { in ~raw_null_ostream()
767 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
770 uint64_t raw_null_ostream::current_pos() const { in current_pos()
/external/llvm/include/llvm/Support/
Draw_ostream.h478 class raw_null_ostream : public raw_ostream {
487 explicit raw_null_ostream() {} in raw_null_ostream() function
488 ~raw_null_ostream();
/external/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp65 raw_null_ostream ThrowAway; in ValueToLineMap()