Home
last modified time | relevance | path

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

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