Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DScriptInterpreter.h419 StructuredData::ObjectSP &callee_wrapper_sp, in GetScriptedSummary() argument
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h201 StructuredData::ObjectSP &callee_wrapper_sp,
DScriptInterpreterPython.cpp2021 StructuredData::ObjectSP &callee_wrapper_sp, in GetScriptedSummary() argument
2033 if (callee_wrapper_sp) { in GetScriptedSummary()
2034 generic = callee_wrapper_sp->GetAsGeneric(); in GetScriptedSummary()
2063 callee_wrapper_sp = std::make_shared<StructuredPythonObject>( in GetScriptedSummary()