Searched refs:FoundErrors (Results 1 – 2 of 2) sorted by relevance
311 unsigned FoundErrors = MachineVerifier(this, Banner.c_str()).verify(MF); in runOnMachineFunction() local312 if (FoundErrors) in runOnMachineFunction()313 report_fatal_error("Found "+Twine(FoundErrors)+" machine code errors."); in runOnMachineFunction()332 unsigned FoundErrors = MachineVerifier(p, Banner).verify(MF); in verify() local333 if (AbortOnErrors && FoundErrors) in verify()334 report_fatal_error("Found "+Twine(FoundErrors)+" machine code errors."); in verify()335 return FoundErrors == 0; in verify()
319 bool FoundErrors() const { return found_errors_; } in FoundErrors() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter1018 if (error_collector->FoundErrors()) { in Run()