Home
last modified time | relevance | path

Searched refs:GetScriptedSummary (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp214 return script_interpreter->GetScriptedSummary( in FormatObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h340 virtual bool GetScriptedSummary(const char *function_name, in GetScriptedSummary() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h190 bool GetScriptedSummary(const char *function_name, lldb::ValueObjectSP valobj,
H A DScriptInterpreterPython.cpp1814 bool ScriptInterpreterPythonImpl::GetScriptedSummary( in GetScriptedSummary() function in ScriptInterpreterPythonImpl