Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DStackFrame.cpp746 … ValueObjectSP dynamic_value_sp(child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath() local
747 if (dynamic_value_sp) in GetValueForVariableExpressionPath()
748 child_valobj_sp = dynamic_value_sp; in GetValueForVariableExpressionPath()
940 … ValueObjectSP dynamic_value_sp(child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath() local
941 if (dynamic_value_sp) in GetValueForVariableExpressionPath()
942 child_valobj_sp = dynamic_value_sp; in GetValueForVariableExpressionPath()
1041 … ValueObjectSP dynamic_value_sp(child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath() local
1042 if (dynamic_value_sp) in GetValueForVariableExpressionPath()
1043 child_valobj_sp = dynamic_value_sp; in GetValueForVariableExpressionPath()