Lines Matching defs:Error
146 static int Error(const Twine &Msg) {
147 Message("error", Msg);
156 llvm::errs() << "Error loading '" << Dylib << "': "
182 return Error("unable to read input: '" + EC.message() + "'");
189 return Error(Dyld.getErrorString());
244 return Error("unable to read input: '" + EC.message() + "'");
250 return Error(Dyld.getErrorString());
259 // FIXME: Error out if there are unresolved relocations.
264 return Error("no definition for '" + EntryPoint + "'");
273 return Error("unable to mark function executable: '" + ErrorStr + "'");
293 return Error("unable to read input '" + CheckerFileName + "': " +
298 return Error("some checks in '" + CheckerFileName + "' failed");
307 llvm::errs() << "Error: -triple required when running in -verify mode.\n";
317 llvm::errs() << "Error accessing target '" << TripleName << "': "
359 return Error("unable to read input: '" + EC.message() + "'");
366 return Error(Dyld.getErrorString());