Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp506 std::string InstallBase = in MinGW() local
521 else if (looksLikeMinGWSysroot(InstallBase)) in MinGW()
522 Base = InstallBase; in MinGW()
528 Base = InstallBase; in MinGW()
837 std::string InstallBase = std::string(llvm::sys::path::parent_path(D.Dir)); in testTriple() local
843 if (looksLikeMinGWSysroot(InstallBase)) in testTriple()