Home
last modified time | relevance | path

Searched refs:TiedStream (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h87 raw_ostream *TiedStream = nullptr; variable
335 void tie(raw_ostream *TieTo) { TiedStream = TieTo; } in tie()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp303 if (TiedStream) in flush_tied_then_write()
304 TiedStream->flush(); in flush_tied_then_write()