Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp1072 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1086 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h166 bool GetEnableSyntheticValue() const;
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp1802 if (target_sp && !target_sp->GetEnableSyntheticValue()) { in CalculateSyntheticValue()
H A DFormatEntity.cpp1704 ->TargetProperties::GetEnableSyntheticValue()); in Format()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp2864 target_sp->GetEnableSyntheticValue()); in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4381 bool TargetProperties::GetEnableSyntheticValue() const { in GetEnableSyntheticValue() function in TargetProperties