Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp797 for (const auto *OtherArch : llvm::AArch64::ArchInfos) in setFeatureEnabled() local
798 if (ArchInfo->implies(*OtherArch)) in setFeatureEnabled()
799 Features[OtherArch->getSubArch()] = true; in setFeatureEnabled()