Home
last modified time | relevance | path

Searched refs:RedirectToFileHandle (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBStream.i80 RedirectToFileHandle (lldb::FileSP file, bool transfer_fh_ownership) { in RedirectToFileHandle() function
/openbsd-src/gnu/llvm/lldb/examples/lookup/
H A Dmain.cpp166 strm.RedirectToFileHandle(stdout, false); in main()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBStream.h48 void RedirectToFileHandle(FILE *fh, bool transfer_fh_ownership);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStream.cpp116 void SBStream::RedirectToFileHandle(FILE *fh, bool transfer_fh_ownership) { in RedirectToFileHandle() function in SBStream