Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp147 bool found_dynamic_type = false; in UpdateValue() local
157 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
163 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
167 if (!found_dynamic_type) { in UpdateValue()
170 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
181 if (runtime && found_dynamic_type) { in UpdateValue()
197 if (!found_dynamic_type) { in UpdateValue()