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

  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 418 sys::Path llvmstub = PrependMainExecutablePath("llvm-stub", argv[0],
664 sys::Path llc = PrependMainExecutablePath("llc", argv[0],
691 sys::Path llc = PrependMainExecutablePath("llc", argv[0],
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 231 static std::string PrependMainExecutablePath(const std::string &ExeName,
255 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createLLI);
542 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t) & createLLC);
630 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
OptimizerDriver.cpp 148 sys::Path tool = PrependMainExecutablePath("opt", getToolName(),
ToolRunner.cpp 242 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t)&createLLI).str();
526 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t)&createLLC).str();
614 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t)&createJIT).str();
696 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t)&createCBE);
    [all...]

Completed in 210 milliseconds