Home
last modified time | relevance | path

Searched defs:GetRecognizedArguments (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h35 virtual lldb::ValueObjectListSP GetRecognizedArguments() { in GetRecognizedArguments() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h249 virtual lldb::ValueObjectListSP GetRecognizedArguments( in GetRecognizedArguments() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1487 lldb::ValueObjectListSP ScriptInterpreterPythonImpl::GetRecognizedArguments( in GetRecognizedArguments() function in ScriptInterpreterPythonImpl