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

References

tools/dsymutil/DwarfLinker.cpp
  205   if (!Info.Name)
  207       Info.Name = StringPool.getEntry(Name);
  209   if (StripTemplate && Info.Name && Info.MangledName != Info.Name) {
  209   if (StripTemplate && Info.Name && Info.MangledName != Info.Name) {
  211     auto Split = Info.Name.getString().split('<');
  216   return Info.Name || Info.MangledName;
 1023     Info.Name = StringEntry;
 1622     if (AttrInfo.MangledName && AttrInfo.MangledName != AttrInfo.Name)
 1625     if (AttrInfo.Name) {
 1629       Unit.addNameAccelerator(Die, AttrInfo.Name,
 1632     if (AttrInfo.Name && isObjCSelector(AttrInfo.Name.getString()))
 1632     if (AttrInfo.Name && isObjCSelector(AttrInfo.Name.getString()))
 1633       addObjCAccelerator(Unit, Die, AttrInfo.Name, StringPool,
 1637     if (!AttrInfo.Name)
 1638       AttrInfo.Name = StringPool.getEntry("(anonymous namespace)");
 1639     Unit.addNamespaceAccelerator(Die, AttrInfo.Name);
 1641              getDIENames(InputDIE, AttrInfo, StringPool) && AttrInfo.Name &&
 1642              AttrInfo.Name.getString()[0]) {
 1652     Unit.addTypeAccelerator(Die, AttrInfo.Name, ObjCClassIsImplementation,