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

/external/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h34 /// REFERENCE_ONLY - Tell this stream it should not manage the
37 static const bool REFERENCE_ONLY = false; member in class:llvm::circular_raw_ostream
110 size_t BuffSize = 0, bool Owns = REFERENCE_ONLY)
126 OwnsStream(REFERENCE_ONLY),
145 void setStream(raw_ostream &Stream, bool Owns = REFERENCE_ONLY) { argument
109 circular_raw_ostream(raw_ostream &Stream, const char *Header, size_t BuffSize = 0, bool Owns = REFERENCE_ONLY) argument

Completed in 63 milliseconds