HomeSort by relevance Sort by last modified time
    Searched refs:circular_raw_ostream (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Support/
circular_raw_ostream.cpp 1 //===- 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() {
Debug.cpp 30 #include "llvm/Support/circular_raw_ostream.h"
115 // circular_raw_ostream. If NDEBUG is defined, then dbgs() ==
117 llvm::circular_raw_ostream &dbgout =
118 static_cast<circular_raw_ostream &>(llvm::dbgs());
126 circular_raw_ostream strm;
Android.mk 85 circular_raw_ostream.cpp \
  /external/llvm/include/llvm/Support/
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
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 83 milliseconds