Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp954 llvm::Triple AIXTriple; in getTargetSubDirPath()
957 AIXTriple = llvm::Triple(T.getArchName(), T.getVendorName(), in getTargetSubDirPath()
961 AIXTriple = getTripleWithoutOSVersion(); in getTargetSubDirPath()
963 if (auto Path = getPathForTriple(AIXTriple)) in getTargetSubDirPath()
950 llvm::Triple AIXTriple; getTargetSubDirPath() local