Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp116 void SBStream::RedirectToFileHandle(FILE *fh, bool transfer_fh_ownership) { in RedirectToFileHandle() function in SBStream
117 LLDB_RECORD_METHOD(void, SBStream, RedirectToFileHandle, (FILE *, bool), fh, in RedirectToFileHandle()
210 LLDB_REGISTER_METHOD(void, SBStream, RedirectToFileHandle, (FILE *, bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBStream.i80 RedirectToFileHandle (lldb::FileSP file, bool transfer_fh_ownership) { in RedirectToFileHandle() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStream.h48 void RedirectToFileHandle(FILE *fh, bool transfer_fh_ownership);