reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
271 << (function ? toString(function->signature) : "none") 301 if (checkSig && function && !signatureMatches(existingFunction, &function->signature)) { 303 if (getFunctionVariant(s, &function->signature, file, &variant))tools/lld/wasm/Symbols.cpp
247 function ? &function->signature : nullptr),
tools/lld/wasm/SyntheticSections.cpp 202 writeUleb128(os, out.typeSec->lookupType(func->signature), "sig index");
tools/lld/wasm/Writer.cpp 587 out.typeSec->registerType(f->signature);