Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1122 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1136 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h183 bool GetEnableSyntheticValue() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2768 target_sp->GetEnableSyntheticValue()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2616 ->TargetProperties::GetEnableSyntheticValue()); in PrettyPrintFunctionArguments()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp2003 if (target_sp && !target_sp->GetEnableSyntheticValue()) { in CalculateSyntheticValue()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4805 bool TargetProperties::GetEnableSyntheticValue() const { in GetEnableSyntheticValue() function in TargetProperties