Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Driver/
DDriver.cpp870 tools::darwin::getArchTypeForDarwinArchName(A->getValue()); in BuildUniversalActions()
1862 tools::darwin::getArchTypeForDarwinArchName(DarwinArchName)); in computeTargetTriple()
1869 = tools::darwin::getArchTypeForDarwinArchName(A->getValue()); in computeTargetTriple()
DTools.h229 llvm::Triple::ArchType getArchTypeForDarwinArchName(StringRef Str);
DToolChains.cpp629 tools::darwin::getArchTypeForDarwinArchName(A->getValue(0)); in TranslateArgs()
632 tools::darwin::getArchTypeForDarwinArchName(BoundArch)))) in TranslateArgs()
DTools.cpp4529 llvm::Triple::ArchType darwin::getArchTypeForDarwinArchName(StringRef Str) { in getArchTypeForDarwinArchName() function in darwin