Searched refs:cpp_runtime (Results 1 – 2 of 2) sorted by relevance
213 LanguageRuntime *cpp_runtime = process->GetLanguageRuntime (lldb::eLanguageTypeC_plus_plus); in UpdateValue() local214 if (cpp_runtime) in UpdateValue()215 …found_dynamic_type = cpp_runtime->GetDynamicTypeAndAddress (*m_parent, m_use_dynamic, class_type_o… in UpdateValue()
2052 LanguageRuntime *cpp_runtime = GetLanguageRuntime (eLanguageTypeC_plus_plus); in IsPossibleDynamicValue() local2053 if (cpp_runtime && cpp_runtime->CouldHaveDynamicValue(in_value)) in IsPossibleDynamicValue()