Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp263 static void ErrorAndExit(const Twine &Msg) { in ErrorAndExit() function
299 ErrorAndExit("unable to read input: '" + EC.message() + "'"); in printLineInfoForInput()
309 ErrorAndExit("unable to create object file: '" + Buf + "'"); in printLineInfoForInput()
323 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput()
429 ErrorAndExit("unable to read input: '" + EC.message() + "'"); in executeInput()
438 ErrorAndExit("unable to create object file: '" + Buf + "'"); in executeInput()
446 ErrorAndExit(Dyld.getErrorString()); in executeInput()
457 ErrorAndExit("no definition for '" + EntryPoint + "'"); in executeInput()
467 ErrorAndExit("unable to mark function executable: '" + EC.message() + in executeInput()
488 ErrorAndExit("unable to read input '" + CheckerFileName + "': " + in checkAllExpressions()
[all …]
/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 …]