Searched refs:getParentLibPath (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp50 PPaths.push_back(Twine(GCCInstallation.getParentLibPath() + "/../" +
53 PPaths.push_back((GCCInstallation.getParentLibPath() + "/../bin").str());
109 StringRef LibDir = GCCInstallation.getParentLibPath();
H A DMSP430.cpp121 GCCInstallation.getParentLibPath(), "..", "bin");
141 llvm::sys::path::append(Dir, GCCInstallation.getParentLibPath(), "..",
H A DLinux.cpp238 PPaths.push_back(Twine(GCCInstallation.getParentLibPath() + "/../" +
264 if (GCCInstallation.getParentLibPath().find("opt/rh/devtoolset") !=
270 PPaths.push_back(Twine(GCCInstallation.getParentLibPath() +
323 const std::string &LibPath = GCCInstallation.getParentLibPath();
432 const std::string &LibPath = GCCInstallation.getParentLibPath();
879 StringRef LibDir = GCCInstallation.getParentLibPath();
914 GCCInstallation.getParentLibPath() + "/../" +
H A DSolaris.cpp188 addPathIfExists(D, GCCInstallation.getParentLibPath() + LibSuffix, Paths);
278 StringRef LibDir = GCCInstallation.getParentLibPath();
H A DMyriad.cpp254 StringRef LibDir = GCCInstallation.getParentLibPath();
H A DGnu.h225 StringRef getParentLibPath() const { return GCCParentLibPath; } function in class:clang::driver::toolchains::Generic_GCC::GCCInstallationDetector
H A DGnu.cpp2776 StringRef LibDir = GCCInstallation.getParentLibPath();

Completed in 208 milliseconds