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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.cpp218 std::string ProgPath(getDriver().Dir + "/../");
227 prog_paths.push_back(ProgPath + "x86_64-nacl/bin");
233 prog_paths.push_back(ProgPath + "x86_64-nacl/bin");
239 prog_paths.push_back(ProgPath + "arm-nacl/bin");
245 prog_paths.push_back(ProgPath + "bin");
/freebsd-13-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 103 milliseconds