Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2552 lldb::DynamicValueType dynValue, bool synthValue) { in GetQualifiedRepresentationIfAvailable() argument
2570 if (synthValue && !is_synthetic) { in GetQualifiedRepresentationIfAvailable()
2574 if (!synthValue && is_synthetic) { in GetQualifiedRepresentationIfAvailable()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h586 bool synthValue);