Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBValue.cpp1072 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1086 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h168 bool GetEnableSyntheticValue() const;
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp2857 target_sp->GetEnableSyntheticValue()); in DoExecute()
/openbsd/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp2438 ->TargetProperties::GetEnableSyntheticValue()); in PrettyPrintFunctionArguments()
H A DValueObject.cpp1811 if (target_sp && !target_sp->GetEnableSyntheticValue()) { in CalculateSyntheticValue()
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4484 bool TargetProperties::GetEnableSyntheticValue() const { in GetEnableSyntheticValue() function in TargetProperties