OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdbgs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
FormattedStream.h
156
///
fdbgs
() - This returns a reference to a formatted_raw_ostream for
157
/// debug output. Use it like:
fdbgs
() << "foo" << "bar";
158
formatted_raw_ostream &
fdbgs
();
/external/llvm/lib/Support/
FormattedStream.cpp
101
///
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
Completed in 1070 milliseconds