Lines Matching refs:use_dynamic
496 llvm::StringRef var_expr, DynamicValueType use_dynamic, uint32_t options, in GetValueForVariableExpressionPath() argument
596 valobj_sp = GetValueObjectForFrameVariable(variable_sp, use_dynamic); in GetValueForVariableExpressionPath()
606 valobj_sp = GetValueObjectForFrameVariable(var_sp, use_dynamic); in GetValueForVariableExpressionPath()
740 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
742 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
951 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
953 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
1035 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
1037 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
1147 DynamicValueType use_dynamic) { in GetValueObjectForFrameVariable() argument
1176 if (use_dynamic != eNoDynamicValues && valobj_sp) { in GetValueObjectForFrameVariable()
1177 ValueObjectSP dynamic_sp = valobj_sp->GetDynamicValue(use_dynamic); in GetValueObjectForFrameVariable()