Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp181 return m_interpreter->UpdateSynthProviderInstance(m_wrapper_sp); in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h354 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h280 bool UpdateSynthProviderInstance(
H A DScriptInterpreterPython.cpp2428 bool ScriptInterpreterPython::UpdateSynthProviderInstance( in UpdateSynthProviderInstance() function in ScriptInterpreterPython