Searched refs:fdbgs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DFormattedStream.cpp101 /// fdbgs() - This returns a reference to a formatted_raw_ostream for
102 /// the debug stream. Use it like: fdbgs() << "foo" << "bar";
103 formatted_raw_ostream &llvm::fdbgs() { function in class:llvm
/external/llvm/include/llvm/Support/
H A DFormattedStream.h175 /// fdbgs() - This returns a reference to a formatted_raw_ostream for
176 /// debug output. Use it like: fdbgs() << "foo" << "bar";
177 formatted_raw_ostream &fdbgs();

Completed in 79 milliseconds