Home
last modified time | relevance | path

Searched refs:cpp_runtime (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Core/
DValueObjectDynamicValue.cpp163 LanguageRuntime *cpp_runtime = process->GetLanguageRuntime (lldb::eLanguageTypeC_plus_plus); in UpdateValue() local
164 if (cpp_runtime) in UpdateValue()
165 …found_dynamic_type = cpp_runtime->GetDynamicTypeAndAddress (*m_parent, m_use_dynamic, class_type_o… in UpdateValue()
/external/lldb/source/Target/
DProcess.cpp1975 LanguageRuntime *cpp_runtime = GetLanguageRuntime (eLanguageTypeC_plus_plus); in IsPossibleDynamicValue() local
1976 if (cpp_runtime && cpp_runtime->CouldHaveDynamicValue(in_value)) in IsPossibleDynamicValue()