Searched defs:transfer_ownership (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DStreamFile.cpp23 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { argument
28 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h380 NativeFile(FILE *fh, bool transfer_ownership) argument
384 NativeFile(int fd, OpenOptions options, bool transfer_ownership) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp40 SBFile::SBFile(FILE *file, bool transfer_ownership) { argument
H A DSBCommandReturnObject.cpp270 SetImmediateOutputFile(FILE *fh, bool transfer_ownership) argument
278 SetImmediateErrorFile(FILE *fh, bool transfer_ownership) argument
H A DSBDebugger.cpp291 void SBDebugger::SetInputFileHandle(FILE *fh, bool transfer_ownership) { argument
348 void SBDebugger::SetOutputFileHandle(FILE *fh, bool transfer_ownership) { argument
369 void SBDebugger::SetErrorFileHandle(FILE *fh, bool transfer_ownership) { argument
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3284 SWIGINTERN void lldb_SBCommandReturnObject_SetImmediateOutputFile__SWIG_2(lldb::SBCommandReturnObject *self,lldb::FileSP BORROWED,bool transfer_ownership){ argument
3287 SWIGINTERN void lldb_SBCommandReturnObject_SetImmediateErrorFile__SWIG_2(lldb::SBCommandReturnObject *self,lldb::FileSP BORROWED,bool transfer_ownership){ argument
[all...]

Completed in 642 milliseconds