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

Declarations

tools/lldb/include/lldb/API/SBValue.h
   27   lldb::SBValue &operator=(const lldb::SBValue &rhs);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
30917     result = (arg1)->EvaluateExpression((char const *)arg2);
30964     result = (arg1)->EvaluateExpression((char const *)arg2,arg3);
31020     result = (arg1)->EvaluateExpression((char const *)arg2,arg3,arg4);
31070     result = (arg1)->EvaluateExpression((char const *)arg2,*arg3);
31717     result = (arg1)->FindVariable((char const *)arg2);
31764     result = (arg1)->FindVariable((char const *)arg2,arg3);
31856     result = (arg1)->FindRegister((char const *)arg2);
31894     result = (arg1)->GetValueForVariablePath((char const *)arg2);
31941     result = (arg1)->GetValueForVariablePath((char const *)arg2,arg3);
32042     result = (arg1)->FindValue((char const *)arg2,arg3);
32098     result = (arg1)->FindValue((char const *)arg2,arg3,arg4);
40184     result = (arg1)->FindFirstGlobalVariable(*arg2,(char const *)arg3);
55030     result = (arg1)->FindFirstGlobalVariable((char const *)arg2);
58821     result = (arg1)->CreateValueFromAddress((char const *)arg2,arg3,arg4);
58893     result = (arg1)->CreateValueFromData((char const *)arg2,arg3,arg4);
58941     result = (arg1)->CreateValueFromExpression((char const *)arg2,(char const *)arg3);
59744     result = (arg1)->EvaluateExpression((char const *)arg2);
59794     result = (arg1)->EvaluateExpression((char const *)arg2,(lldb::SBExpressionOptions const &)*arg3);
60402     result = (arg1)->GetStopReturnValue();
62873     result = (arg1)->GetCurrentException();
74528     result = (arg1)->GetDynamicValue(arg2);
74554     result = (arg1)->GetStaticValue();
74580     result = (arg1)->GetNonSyntheticValue();
75118     result = (arg1)->GetChildAtIndex(arg2);
75171     result = (arg1)->GetChildAtIndex(arg2,arg3,arg4);
75297     result = (arg1)->CreateChildAtOffset((char const *)arg2,arg3,arg4);
75342     result = (arg1)->Cast(arg2);
75388     result = (arg1)->CreateValueFromExpression((char const *)arg2,(char const *)arg3);
75450     result = (arg1)->CreateValueFromExpression((char const *)arg2,(char const *)arg3,*arg4);
75577     result = (arg1)->CreateValueFromAddress((char const *)arg2,arg3,arg4);
75649     result = (arg1)->CreateValueFromData((char const *)arg2,arg3,arg4);
75751     result = (arg1)->GetChildMemberWithName((char const *)arg2);
75798     result = (arg1)->GetChildMemberWithName((char const *)arg2,arg3);
75890     result = (arg1)->GetValueForExpressionPath((char const *)arg2);
76129     result = (arg1)->Dereference();
76155     result = (arg1)->AddressOf();
76818     result = (arg1)->Persist();
76957     result = ((lldb::SBValue const *)arg1)->EvaluateExpression((char const *)arg2);
77007     result = ((lldb::SBValue const *)arg1)->EvaluateExpression((char const *)arg2,(lldb::SBExpressionOptions const &)*arg3);
77067     result = ((lldb::SBValue const *)arg1)->EvaluateExpression((char const *)arg2,(lldb::SBExpressionOptions const &)*arg3,(char const *)arg4);
77538     result = ((lldb::SBValueList const *)arg1)->GetValueAtIndex(arg2);
77573     result = (arg1)->FindValueObjectByUID(arg2);
77609     result = ((lldb::SBValueList const *)arg1)->GetFirstValueByName((char const *)arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBFrame.cpp
  458     sb_value = GetValueForVariablePath(var_path, use_dynamic);
  512     value = FindVariable(name, use_dynamic);
  565     value = FindValue(name, value_type, use_dynamic);
tools/lldb/source/API/SBValue.cpp
  234                      SBValue, operator=,(const lldb::SBValue &), rhs);
 1025     sb_value = value_sp->Dereference(error);
 1574                        SBValue, operator=,(const lldb::SBValue &));
tools/lldb/source/API/SBValueList.cpp
  159     sb_value = m_opaque_up->GetValueAtIndex(idx);
  185     sb_value = m_opaque_up->FindValueByUID(uid);
  195     sb_value = m_opaque_up->GetFirstValueByName(name);
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  946       value = frame.EvaluateExpression(expression.data());
 2308     variable = g_vsc.variables.GetValueAtIndex(id_value);
 2340         variable = curr_variable;
 2351     variable = container.GetChildMemberWithName(name.data());
 2358             variable = container.GetChildAtIndex(index);
usr/include/c++/7.4.0/bits/stl_algobase.h
  324 	      *__result = *__first;