Lines Matching refs:toString

28   log("Processing: " + toString(file));  in addFile()
43 message(toString(file)); in addFile()
133 error("symbol type mismatch: " + toString(*existing) + "\n>>> defined as " + in reportTypeError()
134 toString(existing->getWasmType()) + " in " + in reportTypeError()
135 toString(existing->getFile()) + "\n>>> defined as " + toString(type) + in reportTypeError()
136 " in " + toString(file)); in reportTypeError()
165 toString(*oldType) + " in " + toString(existing->getFile()) + in checkGlobalType()
166 "\n>>> defined as " + toString(*newType) + " in " + toString(file)); in checkGlobalType()
181 "\n>>> defined as " + toString(*oldSig) + " in " + in checkTagType()
182 toString(existing->getFile()) + "\n>>> defined as " + in checkTagType()
183 toString(*newSig) + " in " + toString(file)); in checkTagType()
196 toString(*oldType) + " in " + toString(existing->getFile()) + in checkTableType()
197 "\n>>> defined as " + toString(*newType) + " in " + toString(file)); in checkTableType()
298 error("duplicate symbol: " + toString(*existing) + "\n>>> defined in " + in shouldReplace()
299 toString(existing->getFile()) + "\n>>> defined in " + in shouldReplace()
300 toString(newFile)); in shouldReplace()
308 << (function ? toString(function->signature) : "none") in addDefinedFunction()
471 error("import name mismatch for symbol: " + toString(*existing) + in setImportAttributes()
473 toString(existing->getFile()) + "\n>>> defined as " + *importName + in setImportAttributes()
474 " in " + toString(file)); in setImportAttributes()
481 error("import module mismatch for symbol: " + toString(*existing) + in setImportAttributes()
483 toString(existing->getFile()) + "\n>>> defined as " + in setImportAttributes()
484 *importModule + " in " + toString(file)); in setImportAttributes()
501 << (sig ? toString(*sig) : "none") in addUndefinedFunction()
762 << " " << toString(*sig) << "\n"); in getFunctionVariant()
790 LLVM_DEBUG(dbgs() << "variant already exists: " << toString(*variant) << "\n"); in getFunctionVariant()
845 StringRef debugName = saver().save("undefined_weak:" + toString(*sym)); in replaceWithUndefined()
874 LLVM_DEBUG(dbgs() << "createUndefinedStub: " << toString(sig) << "\n"); in createUndefinedStub()
892 "\n>>> defined as " + toString(*a->signature) + " in " + in reportFunctionSignatureMismatch()
893 toString(a->getFile()) + "\n>>> defined as " + in reportFunctionSignatureMismatch()
894 toString(*b->signature) + " in " + toString(b->getFile())) in reportFunctionSignatureMismatch()
916 << toString(*f->signature) << "\n"); in handleSymbolVariants()
944 saver().save("signature_mismatch:" + toString(*f)); in handleSymbolVariants()