Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObjectDynamicValue.cpp213 LanguageRuntime *cpp_runtime = process->GetLanguageRuntime (lldb::eLanguageTypeC_plus_plus); in UpdateValue() local
214 if (cpp_runtime) in UpdateValue()
215 …found_dynamic_type = cpp_runtime->GetDynamicTypeAndAddress (*m_parent, m_use_dynamic, class_type_o… in UpdateValue()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp2052 LanguageRuntime *cpp_runtime = GetLanguageRuntime (eLanguageTypeC_plus_plus); in IsPossibleDynamicValue() local
2053 if (cpp_runtime && cpp_runtime->CouldHaveDynamicValue(in_value)) in IsPossibleDynamicValue()