Home
last modified time | relevance | path

Searched defs:transfer_ownership (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandReturnObjectExtensions.i7 void SetImmediateOutputFile(lldb::FileSP BORROWED, bool transfer_ownership) { in SetImmediateOutputFile()
10 void SetImmediateErrorFile(lldb::FileSP BORROWED, bool transfer_ownership) { in SetImmediateErrorFile()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DStreamFile.cpp24 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile()
29 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile()
H A DFile.cpp864 bool transfer_ownership) { in Create()
897 bool transfer_ownership) in SerialPort()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h382 NativeFile(FILE *fh, bool transfer_ownership) in NativeFile()
386 NativeFile(int fd, OpenOptions options, bool transfer_ownership) in NativeFile()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp255 bool transfer_ownership) { in SetImmediateOutputFile()
262 bool transfer_ownership) { in SetImmediateErrorFile()
H A DSBFile.cpp39 SBFile::SBFile(FILE *file, bool transfer_ownership) { in SBFile()
H A DSBDebugger.cpp362 void SBDebugger::SetInputFileHandle(FILE *fh, bool transfer_ownership) { in SetInputFileHandle()
421 void SBDebugger::SetOutputFileHandle(FILE *fh, bool transfer_ownership) { in SetOutputFileHandle()
441 void SBDebugger::SetErrorFileHandle(FILE *fh, bool transfer_ownership) { in SetErrorFileHandle()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3327 …utputFile__SWIG_2(lldb::SBCommandReturnObject *self,lldb::FileSP BORROWED,bool transfer_ownership){ in lldb_SBCommandReturnObject_SetImmediateOutputFile__SWIG_2()
3330 …ErrorFile__SWIG_2(lldb::SBCommandReturnObject *self,lldb::FileSP BORROWED,bool transfer_ownership){ in lldb_SBCommandReturnObject_SetImmediateErrorFile__SWIG_2()