Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1066 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1080 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h168 bool GetEnableSyntheticValue() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1768 if (target_sp && !target_sp->GetEnableSyntheticValue()) { in CalculateSyntheticValue()
H A DFormatEntity.cpp2427 ->TargetProperties::GetEnableSyntheticValue()); in PrettyPrintFunctionArguments()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2866 target_sp->GetEnableSyntheticValue()); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4586 bool TargetProperties::GetEnableSyntheticValue() const { in GetEnableSyntheticValue() function in TargetProperties