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

References

tools/lld/lib/Core/SymbolTable.cpp
  115   StringRef name = newAtom.name();
  120     _nameTable[name] = &newAtom;
  125   if (existing == &newAtom)
  130   switch (collide(existing->definition(), newAtom.definition())) {
  139     const auto *newDef = cast<DefinedAtom>(&newAtom);
  162                    << newAtom.name() << " (" << newSize << ")\n";
  171                    << newAtom.name()
  173                    << newAtom.file().path()
  182     const UndefinedAtom* newUndef = cast<UndefinedAtom>(&newAtom);
  203     _nameTable[name] = &newAtom;
  205     _replacedAtoms[existing] = &newAtom;
  208     _replacedAtoms[&newAtom] = existing;