Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h404 StructuredData::ObjectSP &callee_wrapper_sp, in GetScriptedSummary() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h198 StructuredData::ObjectSP &callee_wrapper_sp,
H A DScriptInterpreterPython.cpp1955 StructuredData::ObjectSP &callee_wrapper_sp, in GetScriptedSummary() argument
1967 if (callee_wrapper_sp) { in GetScriptedSummary()
1968 generic = callee_wrapper_sp->GetAsGeneric(); in GetScriptedSummary()
1997 callee_wrapper_sp = std::make_shared<StructuredPythonObject>( in GetScriptedSummary()