Searched defs:formatted_raw_ostream (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFormattedStream.h23 /// formatted_raw_ostream - A raw_ostream that wraps another one and keeps track
27 class formatted_raw_ostream : public raw_ostream { class in namespace:llvm
77 /// formatted_raw_ostream - Open the specified file for
83 /// This is because formatted_raw_ostream does its own buffering,
87 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false) function in class:llvm::formatted_raw_ostream
91 explicit formatted_raw_ostream() function in class:llvm::formatted_raw_ostream
96 ~formatted_raw_ostream() {
107 // This formatted_raw_ostream inherits from raw_ostream, so it'll do its
125 formatted_raw_ostream &PadToColumn(unsigned NewCol);
167 /// fouts() - This returns a reference to a formatted_raw_ostream fo
[all...]

Completed in 183 milliseconds