Searched refs:cpp_runtime (Results 1 – 2 of 2) sorted by relevance
163 LanguageRuntime *cpp_runtime = process->GetLanguageRuntime (lldb::eLanguageTypeC_plus_plus); in UpdateValue() local164 if (cpp_runtime) in UpdateValue()165 …found_dynamic_type = cpp_runtime->GetDynamicTypeAndAddress (*m_parent, m_use_dynamic, class_type_o… in UpdateValue()
1975 LanguageRuntime *cpp_runtime = GetLanguageRuntime (eLanguageTypeC_plus_plus); in IsPossibleDynamicValue() local1976 if (cpp_runtime && cpp_runtime->CouldHaveDynamicValue(in_value)) in IsPossibleDynamicValue()