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.cpp179 return script_interpreter->GetScriptedSummary( in FormatObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h185 bool GetScriptedSummary(const char *function_name, lldb::ValueObjectSP valobj,
H A DScriptInterpreterPython.cpp1847 bool ScriptInterpreterPythonImpl::GetScriptedSummary( in GetScriptedSummary() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h360 virtual bool GetScriptedSummary(const char *function_name, in GetScriptedSummary() function