Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp970 const llvm::Triple &TripleWithoutVersion = getTripleWithoutOSVersion(); in getTargetSubDirPath() local
971 if (auto Path = getPathForTriple(TripleWithoutVersion)) in getTargetSubDirPath()