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

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  549   void SetName(ConstString name);

References

tools/lldb/include/lldb/Expression/ExpressionVariable.h
   60   void SetName(ConstString name) { m_frozen_sp->SetName(name); }
tools/lldb/include/lldb/Target/StackFrameRecognizer.h
  137     SetName(parent.GetName());
tools/lldb/source/API/SBValue.cpp
   67           m_valobj_sp->SetName(m_name);
  148       value_sp->SetName(m_name);
  642       new_value_sp->SetName(ConstString(name));
 1265     res_val_sp->SetName(ConstString(name));
tools/lldb/source/Core/ValueObject.cpp
 1777         synthetic_child_sp->SetName(ConstString(index_str));
 1812         synthetic_child_sp->SetName(ConstString(index_str));
 1853     synthetic_child_sp->SetName(name_const_str);
 1895     synthetic_child_sp->SetName(name_const_str);
 1936       synthetic_child_sp->SetName(
 3153     retval_sp->SetName(ConstString(name));
 3175           ptr_result_valobj_sp->SetName(ConstString(name));
 3192     new_value_sp->SetName(ConstString(name));
tools/lldb/source/Core/ValueObjectCast.cpp
   35   SetName(name);
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
   36   SetName(parent.GetName());
tools/lldb/source/Core/ValueObjectMemory.cpp
   53   SetName(ConstString(name));
   84   SetName(ConstString(name));
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
   55   SetName(parent.GetName());
tools/lldb/source/Target/ABI.cpp
  120       const_valobj_sp->SetName(persistent_variable_name);