Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h111 UpdateSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor);
DScriptInterpreter.h398 UpdateSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor) in UpdateSynthProviderInstance() function
/external/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h556 return m_interpreter->UpdateSynthProviderInstance(m_wrapper_sp); in Update()
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2503 ScriptInterpreterPython::UpdateSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implem… in UpdateSynthProviderInstance() function in ScriptInterpreterPython