HomeSort by relevance Sort by last modified time
    Searched refs:PrependMainExecutablePath (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
SystemUtils.h 33 /// PrependMainExecutablePath - Prepend the path to the program being executed
39 sys::Path PrependMainExecutablePath(const std::string &ExeName,
  /external/llvm/lib/Support/
SystemUtils.cpp 35 /// PrependMainExecutablePath - Prepend the path to the program being executed
41 sys::Path llvm::PrependMainExecutablePath(const std::string &ExeName,
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 244 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t)&createLLI).str();
528 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t)&createLLC).str();
616 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t)&createJIT).str();
    [all...]

Completed in 3718 milliseconds