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

References

tools/lld/wasm/SymbolTable.cpp
  271                     << (function ? toString(function->signature) : "none")
  271                     << (function ? toString(function->signature) : "none")
  281     auto* newSym = replaceSymbol<DefinedFunction>(sym, name, flags, file, function);
  301   if (checkSig && function && !signatureMatches(existingFunction, &function->signature)) {
  301   if (checkSig && function && !signatureMatches(existingFunction, &function->signature)) {
  303     if (getFunctionVariant(s, &function->signature, file, &variant))