Searched refs:GetFetchDynamicValue (Results 1 – 7 of 7) sorted by relevance
85 lldb::DynamicValueType SBExpressionOptions::GetFetchDynamicValue() const { in GetFetchDynamicValue() function in SBExpressionOptions87 GetFetchDynamicValue); in GetFetchDynamicValue()310 GetFetchDynamicValue, ()); in RegisterMethods()
1112 expr, options.GetFetchDynamicValue(), in EvaluateExpression()1117 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
1249 result.SetSP(res_val_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
2386 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
40 lldb::DynamicValueType GetFetchDynamicValue() const;
52 GetFetchDynamicValue () const;
23517 …result = (lldb::DynamicValueType)((lldb::SBExpressionOptions const *)arg1)->GetFetchDynamicValue(); in _wrap_SBExpressionOptions_GetFetchDynamicValue()