ΒΆllvm::raw_ostream& outs()
llvm::raw_ostream& outs()
Description
This returns a reference to a raw_ostream for standard output. Use it like: outs() < < "foo" < < "bar";
Declared at: llvm/include/llvm/Support/raw_ostream.h:501