reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
549 void SetName(ConstString name);
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.cpp67 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.cpp53 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);