Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DTypeSummary.cpp177 return script_interpreter->GetScriptedSummary( in FormatObject()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h383 virtual bool GetScriptedSummary(const char *function_name, in GetScriptedSummary() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h196 bool GetScriptedSummary(const char *function_name, lldb::ValueObjectSP valobj,
DScriptInterpreterPython.cpp2218 bool ScriptInterpreterPythonImpl::GetScriptedSummary( in GetScriptedSummary() function in ScriptInterpreterPythonImpl