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/Core/
H A DStreamFile.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h382 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 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/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp826 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 DLLDBWrapLua.cpp3386 …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()