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

/external/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h1 //===-- 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
120 ~circular_raw_ostream() override {
127 /// setStream - Tell the circular_raw_ostream to output a
128 /// different stream. "Owns" tells circular_raw_ostream whethe
[all...]

Completed in 215 milliseconds