Home
last modified time | relevance | path

Searched refs:ErrorAndExit (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp257 static void ErrorAndExit(const Twine &Msg) { in ErrorAndExit() function
293 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 …]
/external/llvm-project/clang/tools/clang-fuzzer/handle-llvm/
Dhandle_llvm.cpp76 static void ErrorAndExit(std::string message) { in ErrorAndExit() function
102 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()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp342 static void ErrorAndExit(const Twine &Msg) { in ErrorAndExit() function
378 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 …]