Lines Matching full:safe
50 clEnumValN(LLC_Safe, "llc-safe", "Use LLC for all"),
61 SafeInterpreterSel(cl::desc("Specify \"safe\" i.e. known-good backend:"),
62 cl::values(clEnumValN(AutoPick, "safe-auto", "Use best guess"),
63 clEnumValN(RunLLC, "safe-run-llc", "Compile with LLC"),
64 clEnumValN(Custom, "safe-run-custom",
71 SafeInterpreterPath("safe-path",
72 cl::desc("Specify the path to the \"safe\" backend program"),
122 SafeToolArgv("safe-tool-args", cl::Positional,
123 cl::desc("<safe-tool arguments>..."),
210 // In "llc-safe" mode, default to using LLC as the "safe" backend.
233 Message = "Sorry, I can't automatically select a safe interpreter!\n";
250 "\"safe\" backend right now!\n";
376 /// executeProgramSafely - Used to create reference output with the "safe"
425 errs() << "*** There is a bug running the \"safe\" backend. Either"
427 << " if JIT is being used as the \"safe\" backend), or fix the"