Home
last modified time | relevance | path

Searched refs:callee_wrapper_sp (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h385 StructuredData::ObjectSP &callee_wrapper_sp, in GetScriptedSummary() argument
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h197 StructuredData::ObjectSP &callee_wrapper_sp,
DScriptInterpreterPython.cpp2220 StructuredData::ObjectSP &callee_wrapper_sp, in GetScriptedSummary() argument
2233 if (callee_wrapper_sp) { in GetScriptedSummary()
2234 generic = callee_wrapper_sp->GetAsGeneric(); in GetScriptedSummary()
2261 callee_wrapper_sp = std::make_shared<StructuredPythonObject>(new_callee); in GetScriptedSummary()