Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i18 self.SetInputFile(SBFile.Create(file, borrow=True))
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h240 SBError SetInputFile(SBFile file);
249 SBError SetInputFile(FileSP file);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp330 m_opaque_sp->SetInputFile( in SetInputFileHandle()
360 SBError SBDebugger::SetInputFile(SBFile file) { in SetInputFile() function in SBDebugger
372 m_opaque_sp->SetInputFile(file.m_opaque_sp); in SetInputFile()
376 SBError SBDebugger::SetInputFile(FileSP file_sp) { in SetInputFile() function in SBDebugger
378 return SetInputFile(SBFile(file_sp)); in SetInputFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h149 void SetInputFile(lldb::FileSP file);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1173 SetInputFile((FileSP)std::make_shared<NativeFile>(commands_file, true)); in SetInputString()
1177 void Debugger::SetInputFile(FileSP file_sp) { in SetInputFile() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20976 result = (arg1)->SetInputFile(SWIG_STD_MOVE(arg2)); in _wrap_SBDebugger_SetInputFile__SWIG_0()
21084 result = (arg1)->SetInputFile(SWIG_STD_MOVE(arg2)); in _wrap_SBDebugger_SetInputFile__SWIG_1()