Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h615 GetQualifiedRepresentationIfAvailable(lldb::DynamicValueType dynValue,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2768 lldb::DynamicValueType dynValue, bool synthValue) { in GetQualifiedRepresentationIfAvailable() argument
2770 switch (dynValue) { in GetQualifiedRepresentationIfAvailable()
2774 result_sp = GetDynamicValue(dynValue); in GetQualifiedRepresentationIfAvailable()