Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i182 self.SetInputFile(SBFile.Create(file, borrow=True))
210 SetInputFile (SBFile file);
219 SetInputFile (FileSP file);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h129 SBError SetInputFile(SBFile file);
135 SBError SetInputFile(FileSP file);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp330 SetInputFile((FileSP)std::make_shared<NativeFile>(fh, transfer_ownership)); in SetInputFileHandle()
333 SBError SBDebugger::SetInputFile(FileSP file_sp) { in SetInputFile() function in SBDebugger
334 LLDB_RECORD_METHOD(SBError, SBDebugger, SetInputFile, (FileSP), file_sp); in SetInputFile()
335 return LLDB_RECORD_RESULT(SetInputFile(SBFile(file_sp))); in SetInputFile()
341 SBError SBDebugger::SetInputFile(SBFile file) { in SetInputFile() function in SBDebugger
342 LLDB_RECORD_METHOD(SBError, SBDebugger, SetInputFile, (SBFile), file); in SetInputFile()
375 m_opaque_sp->SetInputFile(file_sp, recorder); in SetInputFile()
1715 SBFile)>::method<&SBDebugger::SetInputFile>::record, in RegisterMethods()
1725 FileSP)>::method<&SBDebugger::SetInputFile>::record, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h179 void SetInputFile(lldb::FileSP file, repro::DataRecorder *recorder = nullptr);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp813 void Debugger::SetInputFile(FileSP file_sp, repro::DataRecorder *recorder) { in SetInputFile() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp17796 result = (arg1)->SetInputFile(arg2); in _wrap_SBDebugger_SetInputFile__SWIG_0()
17904 result = (arg1)->SetInputFile(arg2); in _wrap_SBDebugger_SetInputFile__SWIG_1()