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

References

tools/lld/COFF/SymbolTable.cpp
  613   std::tie(s, wasInserted) = insert(n, nullptr);
  614   s->isUsedInRegularObj = true;
  615   if (wasInserted || isa<Undefined>(s) || s->isLazy())
  615   if (wasInserted || isa<Undefined>(s) || s->isLazy())
  616     replaceSymbol<DefinedSynthetic>(s, n, c);
  617   else if (!isa<DefinedCOFF>(s))
  618     reportDuplicate(s, nullptr);
  619   return s;