HomeSort by: relevance | last modified time | path
    Searched refs:getProgramPaths (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
TCE.cpp 28 getProgramPaths().push_back(Path);
DragonFly.cpp 186 getProgramPaths().push_back(getDriver().getInstalledDir());
188 getProgramPaths().push_back(getDriver().Dir);
RISCVToolchain.cpp 62 ToolChain::path_list &PPaths = getProgramPaths();
70 getProgramPaths().push_back(D.Dir);
VEToolchain.cpp 28 getProgramPaths().push_back("/opt/nec/ve/bin");
BareMetal.cpp 97 getProgramPaths().push_back(getDriver().getInstalledDir());
99 getProgramPaths().push_back(getDriver().Dir);
Fuchsia.cpp 180 getProgramPaths().push_back(getDriver().getInstalledDir());
182 getProgramPaths().push_back(D.Dir);
Hurd.cpp 70 ToolChain::path_list &PPaths = getProgramPaths();
AMDGPUOpenMP.cpp 202 getProgramPaths().push_back(getDriver().Dir);
AVR.cpp 343 getProgramPaths().push_back(GCCParentPath + "/../bin");
MSP430.cpp 122 addPathIfExists(D, GCCBinPath, getProgramPaths());
NaCl.cpp 210 path_list &prog_paths = getProgramPaths();
WebAssembly.cpp 173 getProgramPaths().push_back(getDriver().getInstalledDir());
Cuda.cpp 655 getProgramPaths().push_back(std::string(CudaInstallation.getBinPath()));
659 getProgramPaths().push_back(getDriver().Dir);
HIP.cpp 238 getProgramPaths().push_back(getDriver().Dir);
MinGW.cpp 401 getProgramPaths().push_back(getDriver().getInstalledDir());
MSVC.cpp 685 getProgramPaths().push_back(getDriver().getInstalledDir());
687 getProgramPaths().push_back(getDriver().Dir);
Hexagon.cpp 506 getProgramPaths().push_back(BinDir);
Linux.cpp 186 ToolChain::path_list &PPaths = getProgramPaths();
Darwin.cpp 802 getProgramPaths().push_back(getDriver().getInstalledDir());
804 getProgramPaths().push_back(getDriver().Dir);
Gnu.cpp 2669 getProgramPaths().push_back(getDriver().getInstalledDir());
2671 getProgramPaths().push_back(getDriver().Dir);
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 255 path_list &getProgramPaths() { return ProgramPaths; }
256 const path_list &getProgramPaths() const { return ProgramPaths; }
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 1828 for (const std::string &Path : TC.getProgramPaths()) {
5148 const ToolChain::path_list &List = TC.getProgramPaths();

Completed in 53 milliseconds