HomeSort by relevance Sort by last modified time
    Searched defs:formatted_raw_ostream (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FormattedStream.h 22 /// 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...]
  /external/llvm/include/llvm/Support/
FormattedStream.h 23 /// 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
65 // This formatted_raw_ostream inherits from raw_ostream, so it'll do its
79 /// formatted_raw_ostream - Open the specified file for
85 /// This is because formatted_raw_ostream does its own buffering,
89 formatted_raw_ostream(raw_ostream &Stream) function in class:llvm::formatted_raw_ostream
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) { function in class:llvm::formatted_raw_ostream
97 ~formatted_raw_ostream() override {
107 formatted_raw_ostream &PadToColumn(unsigned NewCol);
147 /// fouts() - This returns a reference to a formatted_raw_ostream fo
    [all...]

Completed in 83 milliseconds