Searched defs:transfer_ownership (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBCommandReturnObjectExtensions.i | 7 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/Core/ |
H A D | StreamFile.cpp |
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | File.h | 382 NativeFile(FILE *fh, bool transfer_ownership) in NativeFile() argument 386 NativeFile(int fd, OpenOptions options, bool transfer_ownership) in NativeFile() argument
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBCommandReturnObject.cpp | 255 bool transfer_ownership) { in SetImmediateOutputFile() 262 bool transfer_ownership) { in SetImmediateErrorFile()
|
H A D | SBFile.cpp | 39 SBFile::SBFile(FILE *file, bool transfer_ownership) { in SBFile()
|
H A D | SBDebugger.cpp | 362 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/contrib/llvm-project/lldb/source/Host/common/ |
H A D | File.cpp | 826 Create(int fd,OpenOptions options,Options serial_options,bool transfer_ownership) Create() argument 859 SerialPort(int fd,OpenOptions options,SerialPort::Options serial_options,bool transfer_ownership) SerialPort() argument
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3386 …utputFile__SWIG_2(lldb::SBCommandReturnObject *self,lldb::FileSP BORROWED,bool transfer_ownership){ in lldb_SBCommandReturnObject_SetImmediateOutputFile__SWIG_2() 3389 …ErrorFile__SWIG_2(lldb::SBCommandReturnObject *self,lldb::FileSP BORROWED,bool transfer_ownership){ in lldb_SBCommandReturnObject_SetImmediateErrorFile__SWIG_2()
|