Home
last modified time | relevance | path

Searched refs:PrependMainExecutablePath (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DSystemUtils.h39 sys::Path PrependMainExecutablePath(const std::string &ExeName,
/external/llvm/lib/Support/
DSystemUtils.cpp41 sys::Path llvm::PrependMainExecutablePath(const std::string &ExeName, in PrependMainExecutablePath() function in llvm
/external/llvm/tools/bugpoint/
DToolRunner.cpp244 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t)&createLLI).str(); in createLLI()
528 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t)&createLLC).str(); in createLLC()
616 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t)&createJIT).str(); in createJIT()