Searched defs:transfer_ownership (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Host/common/ |
H A D | StreamFile.cpp | 24 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile() 29 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile()
|
H A D | File.cpp | 864 bool transfer_ownership) { in Create() 897 bool transfer_ownership) in SerialPort()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | File.h | 382 NativeFile(FILE *fh, bool transfer_ownership) in NativeFile() 386 NativeFile(int fd, OpenOptions options, bool transfer_ownership) in NativeFile()
|
/freebsd-src/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() argument 421 void SBDebugger::SetOutputFileHandle(FILE *fh, bool transfer_ownership) { in SetOutputFileHandle() argument 441 void SBDebugger::SetErrorFileHandle(FILE *fh, bool transfer_ownership) { in SetErrorFileHandle() argument
|
/freebsd-src/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3327 lldb_SBCommandReturnObject_SetImmediateOutputFile__SWIG_2(lldb::SBCommandReturnObject * self,lldb::FileSP BORROWED,bool transfer_ownership) lldb_SBCommandReturnObject_SetImmediateOutputFile__SWIG_2() argument 3330 lldb_SBCommandReturnObject_SetImmediateErrorFile__SWIG_2(lldb::SBCommandReturnObject * self,lldb::FileSP BORROWED,bool transfer_ownership) lldb_SBCommandReturnObject_SetImmediateErrorFile__SWIG_2() argument [all...] |