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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp342 static void ErrorAndExit(const Twine &Msg) { function
378 ErrorAndExit("unable to read input: '" + EC.message() + "'");
388 ErrorAndExit("unable to create object file: '" + Buf + "'");
402 ErrorAndExit(Dyld.getErrorString());
514 ErrorAndExit("unable to read input: '" + EC.message() + "'");
523 ErrorAndExit("unable to create object file: '" + Buf + "'");
531 ErrorAndExit(Dyld.getErrorString());
546 ErrorAndExit("no definition for '" + EntryPoint + "'");
558 ErrorAndExit("unable to mark function executable: '" + EC.message() +
587 ErrorAndExit("unabl
[all...]

Completed in 111 milliseconds