Lines Matching refs:ValueObjectSP

545 ValueObjectSP
562 ValueObjectSP valobj_sp; in GetValueForVariableExpressionPath()
635 ValueObjectSP child_valobj_sp; in GetValueForVariableExpressionPath()
642 return ValueObjectSP(); in GetValueForVariableExpressionPath()
655 return ValueObjectSP(); in GetValueForVariableExpressionPath()
697 return ValueObjectSP(); in GetValueForVariableExpressionPath()
738 return ValueObjectSP(); in GetValueForVariableExpressionPath()
746ValueObjectSP dynamic_value_sp(child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
768 ValueObjectSP temp(valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath()
775 return ValueObjectSP(); in GetValueForVariableExpressionPath()
787 ValueObjectSP temp(valobj_sp->GetChildAtIndex (0, true)); in GetValueForVariableExpressionPath()
794 return ValueObjectSP(); in GetValueForVariableExpressionPath()
816 return ValueObjectSP(); in GetValueForVariableExpressionPath()
821 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
896 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
931 return ValueObjectSP(); in GetValueForVariableExpressionPath()
940ValueObjectSP dynamic_value_sp(child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
970 ValueObjectSP temp(valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath()
977 return ValueObjectSP(); in GetValueForVariableExpressionPath()
989 ValueObjectSP temp(valobj_sp->GetChildAtIndex (0, true)); in GetValueForVariableExpressionPath()
996 return ValueObjectSP(); in GetValueForVariableExpressionPath()
1032 return ValueObjectSP(); in GetValueForVariableExpressionPath()
1041ValueObjectSP dynamic_value_sp(child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
1057 return ValueObjectSP(); in GetValueForVariableExpressionPath()
1068 return ValueObjectSP(); in GetValueForVariableExpressionPath()
1083 ValueObjectSP deref_valobj_sp (valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath()
1088 ValueObjectSP address_of_valobj_sp (valobj_sp->AddressOf(error)); in GetValueForVariableExpressionPath()
1105 return ValueObjectSP(); in GetValueForVariableExpressionPath()
1171 ValueObjectSP
1174 ValueObjectSP valobj_sp; in GetValueObjectForFrameVariable()
1195 ValueObjectSP dynamic_sp = valobj_sp->GetDynamicValue (use_dynamic); in GetValueObjectForFrameVariable()
1202 ValueObjectSP
1206 ValueObjectSP valobj_sp (GetValueObjectForFrameVariable (variable_sp, use_dynamic)); in TrackGlobalVariable()