Home
last modified time | relevance | path

Searched refs:SetOutputFile (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i175 self.SetOutputFile(SBFile.Create(file, borrow=True))
213 SetOutputFile (SBFile file);
222 SetOutputFile (FileSP file);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h131 SBError SetOutputFile(SBFile file);
137 SBError SetOutputFile(FileSP file);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp379 SBError SBDebugger::SetOutputFile(FileSP file_sp) { in SetOutputFile() function in SBDebugger
380 LLDB_RECORD_METHOD(SBError, SBDebugger, SetOutputFile, (FileSP), file_sp); in SetOutputFile()
381 return LLDB_RECORD_RESULT(SetOutputFile(SBFile(file_sp))); in SetOutputFile()
387 SetOutputFile((FileSP)std::make_shared<NativeFile>(fh, transfer_ownership)); in SetOutputFileHandle()
390 SBError SBDebugger::SetOutputFile(SBFile file) { in SetOutputFile() function in SBDebugger
391 LLDB_RECORD_METHOD(SBError, SBDebugger, SetOutputFile, (SBFile file), file); in SetOutputFile()
401 m_opaque_sp->SetOutputFile(file.m_opaque_sp); in SetOutputFile()
1718 SBFile)>::method<&SBDebugger::SetOutputFile>::record, in RegisterMethods()
1728 FileSP)>::method<&SBDebugger::SetOutputFile>::record, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h181 void SetOutputFile(lldb::FileSP file);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp822 void Debugger::SetOutputFile(FileSP file_sp) { in SetOutputFile() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp17832 result = (arg1)->SetOutputFile(arg2); in _wrap_SBDebugger_SetOutputFile__SWIG_0()
18004 result = (arg1)->SetOutputFile(arg2); in _wrap_SBDebugger_SetOutputFile__SWIG_1()