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

References

tools/lld/COFF/SymbolTable.cpp
  684   std::tie(s, wasInserted) = insert(name, nullptr);
  685   s->isUsedInRegularObj = true;
  686   if (wasInserted || isa<Undefined>(s) || s->isLazy()) {
  686   if (wasInserted || isa<Undefined>(s) || s->isLazy()) {
  687     replaceSymbol<DefinedImportThunk>(s, name, id, machine);
  688     return s;
  691   reportDuplicate(s, id->file);