Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValue.cpp568 GetPreferDynamicValue(), GetPreferSyntheticValue(), name); in CreateChildAtOffset()
583 GetPreferDynamicValue(), GetPreferSyntheticValue()); in Cast()
665 use_dynamic = target_sp->GetPreferDynamicValue(); in GetChildAtIndex()
714 use_dynamic_value = target_sp->GetPreferDynamicValue(); in GetChildMemberWithName()
775 lldb::DynamicValueType SBValue::GetPreferDynamicValue() { in GetPreferDynamicValue() function in SBValue
856 sb_value.SetSP(child_sp, GetPreferDynamicValue(), GetPreferSyntheticValue()); in GetValueForExpressionPath()
1070 lldb::DynamicValueType use_dynamic = target_sp->GetPreferDynamicValue(); in SetSP()
1098 lldb::DynamicValueType use_dynamic = target_sp->GetPreferDynamicValue(); in SetSP()
1156 options.SetFetchDynamicValue(target_sp->GetPreferDynamicValue()); in EvaluateExpression()
1254 sb_value.SetSP(value_sp->AddressOf(error), GetPreferDynamicValue(), in AddressOf()
H A DSBFrame.cpp452 frame->CalculateTarget()->GetPreferDynamicValue(); in GetValueForVariablePath()
503 frame->CalculateTarget()->GetPreferDynamicValue(); in FindVariable()
554 frame->CalculateTarget()->GetPreferDynamicValue(); in FindValue()
741 frame->CalculateTarget()->GetPreferDynamicValue(); in GetVariables()
982 frame->CalculateTarget()->GetPreferDynamicValue(); in EvaluateExpression()
H A DSBTarget.cpp2199 target_sp->GetPreferDynamicValue(); in EvaluateExpression()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp179 use_dynamic = target_sp->GetPreferDynamicValue(); in OptionParsingStarting()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBValue.h84 lldb::DynamicValueType GetPreferDynamicValue();
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBValue.i142 GetPreferDynamicValue ();
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h92 lldb::DynamicValueType GetPreferDynamicValue() const;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp2856 target_sp->GetPreferDynamicValue(), in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp2436 ->TargetProperties::GetPreferDynamicValue(), in PrettyPrintFunctionArguments()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4167 lldb::DynamicValueType TargetProperties::GetPreferDynamicValue() const { in GetPreferDynamicValue() function in TargetProperties
H A DProcess.cpp1182 target.GetPreferDynamicValue(); in UpdateThreadListIfNeeded()