Lines Matching refs:use_dynamic
509 llvm::StringRef var_expr, DynamicValueType use_dynamic, uint32_t options, in GetValueForVariableExpressionPath() argument
604 valobj_sp = GetValueObjectForFrameVariable(variable_sp, use_dynamic); in GetValueForVariableExpressionPath()
614 valobj_sp = GetValueObjectForFrameVariable(var_sp, use_dynamic); in GetValueForVariableExpressionPath()
748 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
750 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
958 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
960 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
1041 if (use_dynamic != eNoDynamicValues) { in GetValueForVariableExpressionPath()
1043 child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
1148 DynamicValueType use_dynamic) { in GetValueObjectForFrameVariable() argument
1177 if (use_dynamic != eNoDynamicValues && valobj_sp) { in GetValueObjectForFrameVariable()
1178 ValueObjectSP dynamic_sp = valobj_sp->GetDynamicValue(use_dynamic); in GetValueObjectForFrameVariable()