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.h181 SBError SetInputFile(SBFile file);
187 SBError SetInputFile(FileSP file);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp365 m_opaque_sp->SetInputFile( in SetInputFileHandle()
395 SBError SBDebugger::SetInputFile(SBFile file) { in SetInputFile() function in SBDebugger
407 m_opaque_sp->SetInputFile(file.m_opaque_sp); in SetInputFile()
411 SBError SBDebugger::SetInputFile(FileSP file_sp) { in SetInputFile() function in SBDebugger
413 return SetInputFile(SBFile(file_sp)); in SetInputFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h154 void SetInputFile(lldb::FileSP file);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1038 SetInputFile((FileSP)std::make_shared<NativeFile>(commands_file, true)); in SetInputString()
1042 void Debugger::SetInputFile(FileSP file_sp) { in SetInputFile() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20690 result = (arg1)->SetInputFile(arg2); in _wrap_SBDebugger_SetInputFile__SWIG_0()
20798 result = (arg1)->SetInputFile(arg2); in _wrap_SBDebugger_SetInputFile__SWIG_1()