Searched defs:ErrorAndExit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp257 static void ErrorAndExit(const Twine &Msg) { function
293 ErrorAndExit("unable to read input: '" + EC.message() + "'");
303 ErrorAndExit("unable to create object file: '" + Buf + "'");
317 ErrorAndExit(Dyld.getErrorString());
423 ErrorAndExit("unable to read input: '" + EC.message() + "'");
432 ErrorAndExit("unable to create object file: '" + Buf + "'");
440 ErrorAndExit(Dyld.getErrorString());
451 ErrorAndExit("no definition for '" + EntryPoint + "'");
460 ErrorAndExit("unable to mark function executable: '" + ErrorStr + "'");
480 ErrorAndExit("unabl
[all...]

Completed in 122 milliseconds