Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h84 raw_ostream *TiedStream = nullptr; variable
326 void tie(raw_ostream *TieTo) { TiedStream = TieTo; } in tie()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp303 if (TiedStream) in flush_tied_then_write()
304 TiedStream->flush(); in flush_tied_then_write()