reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
155 if (!isa<GlobalSymbol>(existing)) { 156 reportTypeError(existing, file, WASM_SYMBOL_TYPE_GLOBAL); 160 const WasmGlobalType *oldType = cast<GlobalSymbol>(existing)->getGlobalType(); 162 error("Global type mismatch: " + existing->getName() + "\n>>> defined as " + 163 toString(*oldType) + " in " + toString(existing->getFile()) +