Home
last modified time | relevance | path

Searched refs:GetPreferDynamicValue (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp681 GetPreferDynamicValue(), GetPreferSyntheticValue(), name); in CreateChildAtOffset()
704 GetPreferDynamicValue(), GetPreferSyntheticValue()); in Cast()
808 use_dynamic = target_sp->GetPreferDynamicValue(); in GetChildAtIndex()
866 use_dynamic_value = target_sp->GetPreferDynamicValue(); in GetChildMemberWithName()
927 lldb::DynamicValueType SBValue::GetPreferDynamicValue() { in GetPreferDynamicValue() function in SBValue
991 sb_value.SetSP(child_sp, GetPreferDynamicValue(), GetPreferSyntheticValue()); in GetValueForExpressionPath()
1229 lldb::DynamicValueType use_dynamic = target_sp->GetPreferDynamicValue(); in SetSP()
1257 lldb::DynamicValueType use_dynamic = target_sp->GetPreferDynamicValue(); in SetSP()
1332 sb_value.SetSP(value_sp->AddressOf(error), GetPreferDynamicValue(), in AddressOf()
H A DSBFrame.cpp577 frame->CalculateTarget()->GetPreferDynamicValue(); in GetValueForVariablePath()
636 frame->CalculateTarget()->GetPreferDynamicValue(); in FindVariable()
698 frame->CalculateTarget()->GetPreferDynamicValue(); in FindValue()
912 frame->CalculateTarget()->GetPreferDynamicValue(); in GetVariables()
1203 frame->CalculateTarget()->GetPreferDynamicValue(); in EvaluateExpression()
H A DSBTarget.cpp2231 target_sp->GetPreferDynamicValue(); in EvaluateExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp182 use_dynamic = target_sp->GetPreferDynamicValue(); in OptionParsingStarting()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h85 lldb::DynamicValueType GetPreferDynamicValue();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h86 lldb::DynamicValueType GetPreferDynamicValue() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1703 ->TargetProperties::GetPreferDynamicValue(), in Format()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp3013 target_sp->GetPreferDynamicValue(), in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3714 lldb::DynamicValueType TargetProperties::GetPreferDynamicValue() const { in GetPreferDynamicValue() function in TargetProperties
H A DProcess.cpp1469 target.GetPreferDynamicValue(); in UpdateThreadListIfNeeded()