Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Argv0

250                                              const char *Argv0,
255 std::string Main = sys::fs::getMainExecutable(Argv0, MainAddr);
269 AbstractInterpreter *AbstractInterpreter::createLLI(const char *Argv0,
273 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createLLI);
552 LLC *AbstractInterpreter::createLLC(const char *Argv0,
559 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t) & createLLC);
644 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0,
647 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT);