circular_raw_ostream.h | 1 //===-- llvm/Support/circular_raw_ostream.h - Buffered streams --*- C++ -*-===// 22 /// circular_raw_ostream - A raw_ostream which *can* save its data 26 class circular_raw_ostream : public raw_ostream { class in namespace:llvm 96 /// circular_raw_ostream - Construct an optionally 101 /// set to be Unbuffered. This is because circular_raw_ostream 105 /// "Owns" tells the circular_raw_ostream whether it is 109 circular_raw_ostream(raw_ostream &Stream, const char *Header, function in class:llvm::circular_raw_ostream 123 explicit circular_raw_ostream() function in class:llvm::circular_raw_ostream 133 ~circular_raw_ostream() { 140 /// setStream - Tell the circular_raw_ostream to output [all...] |