HomeSort by: relevance | last modified time | path
    Searched defs:LibPath (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Cuda.h 37 std::string LibPath;
73 StringRef getLibPath() const { return LibPath; }
ROCm.h 87 SmallString<0> LibPath;
169 StringRef getLibPath() const { return LibPath; }
CommonArgs.cpp 1684 llvm::Optional<std::string> LibPath =
1686 if (LibPath) {
1689 llvm::SplitString(*LibPath, Frags, EnvPathSeparatorStr);
Gnu.cpp 2798 const std::string &LibPath =
2831 LibPath + "/../" + GCCTriple.str() + "/lib/../" + OSLibDir +
2844 if (StringRef(LibPath).startswith(SysRoot))
2845 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths);
2854 const std::string &LibPath =
2859 D, LibPath + "/../" + GCCTriple.str() + "/lib" + Multilib.osSuffix(),
2871 std::string LibPath(GCCInstallation.getParentLibPath());
2873 Twine(LibPath) + "/../" + GCCTriple.str() + "/include");

Completed in 32 milliseconds