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

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp1 //===- circular_raw_ostream.cpp - Implement circular_raw_ostream ----------===//
14 #include "llvm/Support/circular_raw_ostream.h"
18 void circular_raw_ostream::write_impl(const char *Ptr, size_t Size) {
39 void circular_raw_ostream::flushBufferWithBanner() {
H A DDebug.cpp30 #include "llvm/Support/circular_raw_ostream.h"
117 // circular_raw_ostream. If NDEBUG is defined, then dbgs() ==
119 llvm::circular_raw_ostream &dbgout =
120 static_cast<circular_raw_ostream &>(llvm::dbgs());
128 circular_raw_ostream strm;
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h1 //===-- llvm/Support/circular_raw_ostream.h - Buffered streams --*- C++ -*-===//
21 /// circular_raw_ostream - A raw_ostream which *can* save its data
25 class circular_raw_ostream : public raw_ostream { class in namespace:llvm
95 /// circular_raw_ostream - Construct an optionally
100 /// set to be Unbuffered. This is because circular_raw_ostream
104 /// "Owns" tells the circular_raw_ostream whether it is
108 circular_raw_ostream(raw_ostream &Stream, const char *Header, function in class:llvm::circular_raw_ostream
119 ~circular_raw_ostream() override {
126 /// setStream - Tell the circular_raw_ostream to output a
127 /// different stream. "Owns" tells circular_raw_ostream whethe
[all...]
/freebsd-11.0-release/lib/clang/libllvmsupport/
H A DMakefile83 circular_raw_ostream.cpp \

Completed in 117 milliseconds