Searched refs:GetRecognizedArguments (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h25 /// holds recognized arguments (via GetRecognizedArguments).
30 virtual lldb::ValueObjectListSP GetRecognizedArguments() { function in class:lldb_private::RecognizedStackFrame
127 /// instances of this class as the returned objects in GetRecognizedArguments().
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp40 m_interpreter->GetRecognizedArguments(m_python_object_sp, frame);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h112 GetRecognizedArguments(const StructuredData::ObjectSP &implementor,
H A DScriptInterpreterPython.cpp1554 lldb::ValueObjectListSP ScriptInterpreterPythonImpl::GetRecognizedArguments( function in class:ScriptInterpreterPythonImpl
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h180 virtual lldb::ValueObjectListSP GetRecognizedArguments( function in class:lldb_private::ScriptInterpreter
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp689 recognized_frame->GetRecognizedArguments();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp889 recognized_frame->GetRecognizedArguments();

Completed in 126 milliseconds