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

References

tools/lld/COFF/SymbolTable.cpp
  601   std::tie(s, wasInserted) = insert(n, nullptr);
  602   s->isUsedInRegularObj = true;
  603   if (wasInserted || isa<Undefined>(s) || s->isLazy())
  603   if (wasInserted || isa<Undefined>(s) || s->isLazy())
  604     replaceSymbol<DefinedAbsolute>(s, n, va);
  605   else if (!isa<DefinedCOFF>(s))
  606     reportDuplicate(s, nullptr);
  607   return s;