Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp146 bool found_dynamic_type = false; in UpdateValue() local
156 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
162 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
166 if (!found_dynamic_type) { in UpdateValue()
169 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
180 if (runtime && found_dynamic_type) { in UpdateValue()
196 if (!found_dynamic_type) { in UpdateValue()