Searched refs:FoundErrors (Results 1 – 3 of 3) sorted by relevance
58 FoundErrors = true; in beginRegion()66 FoundErrors = true; in beginRegion()103 FoundErrors = true; in endRegion()122 FoundErrors = true; in beginRegion()135 FoundErrors = true; in beginRegion()152 FoundErrors = true; in endRegion()
143 bool FoundErrors; variable146 CodeRegions(llvm::SourceMgr &S) : SM(S), FoundErrors(false) {} in CodeRegions()170 bool isValid() const { return !FoundErrors; } in isValid()
324 unsigned FoundErrors = MachineVerifier(this, Banner.c_str()).verify(MF); in runOnMachineFunction() local325 if (FoundErrors) in runOnMachineFunction()350 unsigned FoundErrors = MachineVerifier(nullptr, Banner.c_str()).verify(MF); in verifyMachineFunction() local351 if (FoundErrors) in verifyMachineFunction()358 unsigned FoundErrors = MachineVerifier(p, Banner).verify(MF); in verify() local359 if (AbortOnErrors && FoundErrors) in verify()360 report_fatal_error("Found "+Twine(FoundErrors)+" machine code errors."); in verify()361 return FoundErrors == 0; in verify()367 unsigned FoundErrors = in verify() local369 if (AbortOnErrors && FoundErrors) in verify()[all …]