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";
Synopsis
Declared in <llvm/Support/Debug.h>
raw_ostream&
dbgs();
Return Value
A reference to the debug stream, or errs() when debugging is disabled.
Created with MrDocs