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

References

tools/dsymutil/DwarfLinker.cpp
  201   if (!Info.MangledName)
  203       Info.MangledName = StringPool.getEntry(MangledName);
  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) {
  209   if (StripTemplate && Info.Name && Info.MangledName != Info.Name) {
  211     auto Split = Info.Name.getString().split('<');
  213       Info.NameWithoutTemplate = StringPool.getEntry(Split.first);
  216   return Info.Name || Info.MangledName;
  216   return Info.Name || Info.MangledName;