Searched refs:SetOutputFile (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 175 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 D | SBDebugger.h | 131 SBError SetOutputFile(SBFile file); 137 SBError SetOutputFile(FileSP file);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 379 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 D | Debugger.h | 181 void SetOutputFile(lldb::FileSP file);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 822 void Debugger::SetOutputFile(FileSP file_sp) { in SetOutputFile() function in Debugger
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 17832 result = (arg1)->SetOutputFile(arg2); in _wrap_SBDebugger_SetOutputFile__SWIG_0() 18004 result = (arg1)->SetOutputFile(arg2); in _wrap_SBDebugger_SetOutputFile__SWIG_1()
|