Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h619 GetQualifiedRepresentationIfAvailable(lldb::DynamicValueType dynValue,
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp2746 lldb::DynamicValueType dynValue, bool synthValue) { in GetQualifiedRepresentationIfAvailable() argument
2748 switch (dynValue) { in GetQualifiedRepresentationIfAvailable()
2752 result_sp = GetDynamicValue(dynValue); in GetQualifiedRepresentationIfAvailable()