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
123 explicit circular_raw_ostream() function in class:llvm::circular_raw_ostream
133 ~circular_raw_ostream() {
140 /// setStream - Tell the circular_raw_ostream t
[all...]

Completed in 508 milliseconds