reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBFrame.cpp
  678             value_sp = expr_var_sp->GetValueObject();
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  308     result_value_sp = result_variable_sp->GetValueObject();
tools/lldb/source/Core/FormatEntity.cpp
 1311           if (expression_var_sp && expression_var_sp->GetValueObject()) {
 1312             expression_var_sp->GetValueObject()->Dump(s);
tools/lldb/source/Core/ValueObject.cpp
 3316   return clang_var_sp->GetValueObject();
tools/lldb/source/Expression/REPL.cpp
  323             lldb::ValueObjectSP valobj_sp = persistent_var_sp->GetValueObject();
tools/lldb/source/Expression/UserExpression.cpp
  356           result_valobj_sp = expr_result->GetValueObject();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  497   if (!parser_vars || !jit_vars || !member_sp->GetValueObject())
tools/lldb/source/Target/ABI.cpp
  160     return_valobj_sp = expr_variable_sp->GetValueObject();
tools/lldb/source/Target/Target.cpp
 2375     result_valobj_sp = persistent_var_sp->GetValueObject();