Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.h76 bool isARMAProfile(const llvm::Triple &Triple);
H A DARM.cpp50 bool arm::isARMAProfile(const llvm::Triple &Triple) { in isARMAProfile() function in arm
972 if (!(isARMAProfile(Triple) && getARMSubArchVersionNumber(Triple) >= 7)) in getARMTargetFeatures()