Searched refs:GetInputFile (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1062 if (!debugger.GetInputFile().IsValid())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp79 if (!debugger.GetInputFile().IsValid())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp799 GetInputFile().Close();
844 int fd = GetInputFile().GetDescriptor();
1570 GetInputFile().Close();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp32 File &input = debugger.GetInputFile();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp397 File &file_sp = m_opaque_sp->GetInputFile();
403 SBFile SBDebugger::GetInputFile() { function in class:SBDebugger
404 LLDB_RECORD_METHOD_NO_ARGS(SBFile, SBDebugger, GetInputFile);
1694 LLDB_REGISTER_METHOD(SBFile, SBDebugger, GetInputFile, ());
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h103 SBFile GetInputFile();
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i197 return self->GetInputFile().GetFile();
228 GetInputFile ();

Completed in 221 milliseconds