Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp2608 lldb::DynamicValueType dynValue, bool synthValue) { in GetQualifiedRepresentationIfAvailable() argument
2611 switch (dynValue) { in GetQualifiedRepresentationIfAvailable()
2615 if (result_sp->GetDynamicValue(dynValue)) in GetQualifiedRepresentationIfAvailable()
2616 result_sp = result_sp->GetDynamicValue(dynValue); in GetQualifiedRepresentationIfAvailable()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h601 GetQualifiedRepresentationIfAvailable(lldb::DynamicValueType dynValue,