Searched refs:ProgPath (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.cpp217 std::string ProgPath(getDriver().Dir + "/../");
226 prog_paths.push_back(ProgPath + "x86_64-nacl/bin");
232 prog_paths.push_back(ProgPath + "x86_64-nacl/bin");
238 prog_paths.push_back(ProgPath + "arm-nacl/bin");
244 prog_paths.push_back(ProgPath + "bin");
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp106 static Error ProcessFailure(StringRef ProgPath, ArrayRef<StringRef> Args, argument
123 RunProgramWithTimeout(ProgPath, Args, "", ErrorFilename.str(),

Completed in 230 milliseconds