Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp197 return m_interpreter->UpdateSynthProviderInstance(m_wrapper_sp); in Update()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h440 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h160 bool UpdateSynthProviderInstance(
H A DScriptInterpreterPython.cpp2202 bool ScriptInterpreterPythonImpl::UpdateSynthProviderInstance( in UpdateSynthProviderInstance() function in ScriptInterpreterPythonImpl