Home
last modified time | relevance | path

Searched refs:GCCParentLibPath (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DGnu.h198 std::string GCCParentLibPath; variable
233 StringRef getParentLibPath() const { return GCCParentLibPath; } in getParentLibPath()
H A DGnu.cpp2673 GCCParentLibPath = (GCCInstallPath + "/../" + Suffix.ReversePath).str(); in ScanLibDirForGCCTriple()
2756 GCCParentLibPath = GentooPath + std::string("/../../.."); in ScanGentooGccConfig()