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

/external/llvm/include/llvm/Support/
H A DFormattedStream.h22 /// formatted_raw_ostream - Formatted raw_fd_ostream to handle
25 class formatted_raw_ostream : public raw_ostream { class in namespace:llvm
74 /// formatted_raw_ostream - Open the specified file for
80 /// This is because formatted_raw_ostream does its own buffering,
84 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false) function in class:llvm::formatted_raw_ostream
88 explicit formatted_raw_ostream() function in class:llvm::formatted_raw_ostream
93 ~formatted_raw_ostream() {
104 // This formatted_raw_ostream inherits from raw_ostream, so it'll do its
122 formatted_raw_ostream &PadToColumn(unsigned NewCol);
139 /// fouts() - This returns a reference to a formatted_raw_ostream fo
[all...]

Completed in 50 milliseconds