Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp152 void SBStream::RedirectToFileDescriptor(int fd, bool transfer_fh_ownership) { in RedirectToFileDescriptor() function in SBStream
153 LLDB_RECORD_METHOD(void, SBStream, RedirectToFileDescriptor, (int, bool), fd, in RedirectToFileDescriptor()
211 LLDB_REGISTER_METHOD(void, SBStream, RedirectToFileDescriptor, (int, bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBStream.i86 RedirectToFileDescriptor (int fd, bool transfer_fh_ownership);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStream.h50 void RedirectToFileDescriptor(int fd, bool transfer_fh_ownership);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp43779 (arg1)->RedirectToFileDescriptor(arg2,arg3); in _wrap_SBStream_RedirectToFileDescriptor()