Searched refs:ErrorAndExit (Results 1 – 3 of 3) sorted by relevance
257 static void ErrorAndExit(const Twine &Msg) { in ErrorAndExit() function293 ErrorAndExit("unable to read input: '" + EC.message() + "'"); in printLineInfoForInput()303 ErrorAndExit("unable to create object file: '" + Buf + "'"); in printLineInfoForInput()317 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput()423 ErrorAndExit("unable to read input: '" + EC.message() + "'"); in executeInput()432 ErrorAndExit("unable to create object file: '" + Buf + "'"); in executeInput()440 ErrorAndExit(Dyld.getErrorString()); in executeInput()451 ErrorAndExit("no definition for '" + EntryPoint + "'"); in executeInput()460 ErrorAndExit("unable to mark function executable: '" + ErrorStr + "'"); in executeInput()480 ErrorAndExit("unable to read input '" + CheckerFileName + "': " + in checkAllExpressions()[all …]
76 static void ErrorAndExit(std::string message) { in ErrorAndExit() function102 ErrorAndExit("Could not parse IR"); in OptLLVM()111 ErrorAndExit(E); in OptLLVM()118 ErrorAndExit("Could not create target machine"); in OptLLVM()159 ErrorAndExit("Could not parse IR"); in CreateAndRunJITFunc()163 ErrorAndExit("Function not found in module"); in CreateAndRunJITFunc()181 ErrorAndExit("Could not create execution engine"); in CreateAndRunJITFunc()229 ErrorAndExit("!!!BUG!!!"); in HandleLLVM()
342 static void ErrorAndExit(const Twine &Msg) { in ErrorAndExit() function378 ErrorAndExit("unable to read input: '" + EC.message() + "'"); in printLineInfoForInput()388 ErrorAndExit("unable to create object file: '" + Buf + "'"); in printLineInfoForInput()402 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput()514 ErrorAndExit("unable to read input: '" + EC.message() + "'"); in executeInput()523 ErrorAndExit("unable to create object file: '" + Buf + "'"); in executeInput()531 ErrorAndExit(Dyld.getErrorString()); in executeInput()546 ErrorAndExit("no definition for '" + EntryPoint + "'"); in executeInput()558 ErrorAndExit("unable to mark function executable: '" + EC.message() + in executeInput()587 ErrorAndExit("unable to read input '" + CheckerFileName + "': " + in checkAllExpressions()[all …]