Lines Matching refs:toString
37 std::string toString(const wasm::InputFile *file) {
59 fatal(toString(this) +
62 fatal(toString(this) +
94 fatal(toString(mb.getBufferIdentifier()) +
292 error(toString(this) +
302 error(toString(this) +
310 error(toString(this) +
330 error(toString(this) + ": table import " + Twine(tableImport->Field) +
400 LLVM_DEBUG(dbgs() << "ObjFile::parseLazy: " << toString(this) << " "
477 LLVM_DEBUG(dbgs() << "Reading object: " << toString(this) << "\n");
478 std::unique_ptr<Binary> bin = CHECK(createBinary(mb), toString(this));
482 fatal(toString(this) + ": not a wasm file");
490 LLVM_DEBUG(dbgs() << "ObjFile::parse: " << toString(this) << "\n");
493 fatal(toString(this) + ": not a relocatable wasm file");
504 fatal(toString(this) + ": extended init exprs not supported");
510 fatal(toString(this) + ": invalid table elements");
888 error(toString(this) + ": attempt to add bitcode file after LTO (" + symName + ")");
894 error(toString(this) + ": machine type must be wasm32 or wasm64");