Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp143 bool found_dynamic_type = false; in UpdateValue() local
155 found_dynamic_type = preferred_runtime->GetDynamicTypeAndAddress( in UpdateValue()
158 if (found_dynamic_type) in UpdateValue()
162 if (!found_dynamic_type) in UpdateValue()
164 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
170 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
174 if (!found_dynamic_type) { in UpdateValue()
177 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
188 if (runtime && found_dynamic_type) { in UpdateValue()
207 if (!found_dynamic_type) { in UpdateValue()