Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp188 return script_interpreter->GetScriptedSummary( in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h324 virtual bool GetScriptedSummary(const char *function_name, in GetScriptedSummary() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h339 bool GetScriptedSummary(const char *function_name, lldb::ValueObjectSP valobj,
H A DScriptInterpreterPython.cpp2181 bool ScriptInterpreterPython::GetScriptedSummary( in GetScriptedSummary() function in ScriptInterpreterPython