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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp1 //===- circular_raw_ostream.cpp - Implement circular_raw_ostream ----------===//
13 #include "llvm/Support/circular_raw_ostream.h"
17 void circular_raw_ostream::write_impl(const char *Ptr, size_t Size) {
38 void circular_raw_ostream::flushBufferWithBanner() {
H A DDebug.cpp30 #include "llvm/Support/circular_raw_ostream.h"
124 // circular_raw_ostream. If NDEBUG is defined, then dbgs() ==
126 llvm::circular_raw_ostream &dbgout =
127 static_cast<circular_raw_ostream &>(llvm::dbgs());
135 circular_raw_ostream strm;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h1 //===-- llvm/Support/circular_raw_ostream.h - Buffered streams --*- C++ -*-===//
20 /// circular_raw_ostream - A raw_ostream which *can* save its data
24 class circular_raw_ostream : public raw_ostream { class in namespace:llvm
94 /// circular_raw_ostream - Construct an optionally
99 /// set to be Unbuffered. This is because circular_raw_ostream
103 /// "Owns" tells the circular_raw_ostream whether it is
107 circular_raw_ostream(raw_ostream &Stream, const char *Header, function in class:llvm::circular_raw_ostream
118 ~circular_raw_ostream() override {
129 /// setStream - Tell the circular_raw_ostream to output a
130 /// different stream. "Owns" tells circular_raw_ostream whethe
[all...]
/freebsd-11-stable/lib/clang/libllvmminimal/
H A DMakefile62 SRCS+= Support/circular_raw_ostream.cpp
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile941 SRCS_MIN+= Support/circular_raw_ostream.cpp

Completed in 66 milliseconds