ΒΆllvm::raw_ostream& dbgs()

Description

dbgs() - This returns a reference to a raw_ostream for debugging messages. If debugging is disabled it returns errs(). Use it like: dbgs() < < "foo" < < "bar";

Declared at: llvm/include/llvm/Support/Debug.h:92