Searched refs:GetInputFile (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp32 File &input = debugger.GetInputFile();
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i197 return self->GetInputFile().GetFile();
228 GetInputFile ();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp118 if (!m_debugger.GetInputFile().IsValid())
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h103 SBFile GetInputFile();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h123 File &GetInputFile() { return *m_input_file_sp; } function in class:lldb_private::Debugger
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp753 GetInputFile().Close();
798 int fd = GetInputFile().GetDescriptor();
1555 GetInputFile().Close();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h47 lldb::FileSP GetInputFile() const { return m_input_file_sp; } function in class:lldb_private::ScriptInterpreterIORedirect
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp398 File &file_sp = m_opaque_sp->GetInputFile();
404 SBFile SBDebugger::GetInputFile() { function in class:SBDebugger
405 LLDB_RECORD_METHOD_NO_ARGS(SBFile, SBDebugger, GetInputFile);
1720 LLDB_REGISTER_METHOD(SBFile, SBDebugger, GetInputFile, ());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp938 io_redirect.GetInputFile(), io_redirect.GetOutputFile(),
996 if (!debugger.GetInputFile().IsValid())
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3314 return self->GetInputFile().GetFile();
18122 SWIG_check_num_args("lldb::SBDebugger::GetInputFile",1,1)
18123 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::GetInputFile",1,"lldb::SBDebugger *");
18129 result = (arg1)->GetInputFile();
20580 { "GetInputFile", _wrap_SBDebugger_GetInputFile},
[all...]

Completed in 441 milliseconds