Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Support/
Draw_ostream.cpp672 static raw_null_ostream S; in nulls()
759 raw_null_ostream::~raw_null_ostream() { in ~raw_null_ostream()
768 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
771 uint64_t raw_null_ostream::current_pos() const { in current_pos()
/freebsd-10-stable/contrib/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();
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp66 raw_null_ostream ThrowAway; in ValueToLineMap()