Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStream.h43 void RedirectToFileDescriptor(int fd, bool transfer_fh_ownership);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStream.cpp114 void SBStream::RedirectToFileDescriptor(int fd, bool transfer_fh_ownership) { in RedirectToFileDescriptor() function in SBStream