Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamAsynchronousIO.h26 enum ForSTDOUT : bool { enum
31 StreamAsynchronousIO(Debugger &debugger, ForSTDOUT for_stdout);
43 ForSTDOUT m_for_stdout;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStreamAsynchronousIO.cpp18 Debugger &debugger, StreamAsynchronousIO::ForSTDOUT for_stdout) in StreamAsynchronousIO()