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
148
///
fdbgs
() - This returns a reference to a formatted_raw_ostream for
149
/// debug output. Use it like:
fdbgs
() << "foo" << "bar";
150
formatted_raw_ostream &
fdbgs
();
/external/llvm/lib/Support/
FormattedStream.cpp
96
///
fdbgs
() - This returns a reference to a formatted_raw_ostream for
97
/// the debug stream. Use it like:
fdbgs
() << "foo" << "bar";
98
formatted_raw_ostream &llvm::
fdbgs
() {
function in class:llvm
Completed in 152 milliseconds