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

References

tools/lld/wasm/SymbolTable.cpp
  438   std::tie(s, wasInserted) = insert(name, file);
  439   if (s->traced)
  443     replaceSymbol<UndefinedFunction>(s, name, importName, importModule, flags,
  449   else if (auto *lazy = dyn_cast<LazySymbol>(s))
  452     auto existingFunction = dyn_cast<FunctionSymbol>(s);
  454       reportTypeError(s, file, WASM_SYMBOL_TYPE_FUNCTION);
  455       return s;
  466       else if (getFunctionVariant(s, sig, file, &s))
  466       else if (getFunctionVariant(s, sig, file, &s))
  473   return s;