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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.h83 std::string GCCInstallPath; member in class:clang::driver::toolchains::Generic_GCC::GCCInstallationDetector
105 StringRef getInstallPath() const { return GCCInstallPath; }
H A DToolChains.cpp1101 OS << "Selected GCC installation: " << GCCInstallPath << "\n"; local
1563 // in what would normally be GCCInstallPath and put the 64-bit
1586 GCCInstallPath = LibDir + LibSuffixes[i] + "/" + VersionText.str();
1587 GCCParentLibPath = GCCInstallPath + InstallSuffixes[i];

Completed in 121 milliseconds