Home
last modified time | relevance | path

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

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