Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp179 if (IsGCCInstallationValid) { in computeSysRoot()
197 if (IsGCCInstallationValid || detectGCCToolchainAdjacent(getDriver())) { in getCompilerRTPath()
221 IsGCCInstallationValid = initGCCInstallation(Triple, Args); in BareMetal()
223 if (IsGCCInstallationValid) { in BareMetal()
376 if (getTriple().isRISCV() && IsGCCInstallationValid) in GetDefaultCXXStdlibType()
382 if (getTriple().isRISCV() && IsGCCInstallationValid) in GetDefaultRuntimeLibType()
434 if (!IsGCCInstallationValid) in addLibStdCxxIncludePaths()
H A DBareMetal.h41 bool hasValidGCCInstallation() const { return IsGCCInstallationValid; } in hasValidGCCInstallation()
92 bool IsGCCInstallationValid; variable