Lines Matching refs:toString
28 log("Processing: " + toString(file)); in addFile()
50 message(toString(file)); in addFile()
141 error("symbol type mismatch: " + toString(*existing) + "\n>>> defined as " + in reportTypeError()
142 toString(existing->getWasmType()) + " in " + in reportTypeError()
143 toString(existing->getFile()) + "\n>>> defined as " + toString(type) + in reportTypeError()
144 " in " + toString(file)); in reportTypeError()
173 toString(*oldType) + " in " + toString(existing->getFile()) + in checkGlobalType()
174 "\n>>> defined as " + toString(*newType) + " in " + toString(file)); in checkGlobalType()
189 "\n>>> defined as " + toString(*oldSig) + " in " + in checkTagType()
190 toString(existing->getFile()) + "\n>>> defined as " + in checkTagType()
191 toString(*newSig) + " in " + toString(file)); in checkTagType()
204 toString(*oldType) + " in " + toString(existing->getFile()) + in checkTableType()
205 "\n>>> defined as " + toString(*newType) + " in " + toString(file)); in checkTableType()
306 error("duplicate symbol: " + toString(*existing) + "\n>>> defined in " + in shouldReplace()
307 toString(existing->getFile()) + "\n>>> defined in " + in shouldReplace()
308 toString(newFile)); in shouldReplace()
316 << (function ? toString(function->signature) : "none") in addDefinedFunction()
480 error("import name mismatch for symbol: " + toString(*existing) + in setImportAttributes()
482 toString(existing->getFile()) + "\n>>> defined as " + *importName + in setImportAttributes()
483 " in " + toString(file)); in setImportAttributes()
490 error("import module mismatch for symbol: " + toString(*existing) + in setImportAttributes()
492 toString(existing->getFile()) + "\n>>> defined as " + in setImportAttributes()
493 *importModule + " in " + toString(file)); in setImportAttributes()
510 << (sig ? toString(*sig) : "none") in addUndefinedFunction()
535 config->whyExtractRecords.emplace_back(toString(file), s->getFile(), in addUndefinedFunction()
764 config->whyExtractRecords.emplace_back(toString(oldFile), s->getFile(), *s); in addLazy()
777 << " " << toString(*sig) << "\n"); in getFunctionVariant()
805 LLVM_DEBUG(dbgs() << "variant already exists: " << toString(*variant) << "\n"); in getFunctionVariant()
860 StringRef debugName = saver().save("undefined_weak:" + toString(*sym)); in replaceWithUndefined()
889 LLVM_DEBUG(dbgs() << "createUndefinedStub: " << toString(sig) << "\n"); in createUndefinedStub()
907 "\n>>> defined as " + toString(*a->signature) + " in " + in reportFunctionSignatureMismatch()
908 toString(a->getFile()) + "\n>>> defined as " + in reportFunctionSignatureMismatch()
909 toString(*b->signature) + " in " + toString(b->getFile())) in reportFunctionSignatureMismatch()
931 << toString(*f->signature) << "\n"); in handleSymbolVariants()
959 saver().save("signature_mismatch:" + toString(*f)); in handleSymbolVariants()