Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp44 for (const auto *A : AArch64::ArchInfos) in findBySubArch()
109 for (const auto *A : ArchInfos) { in parseArch()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h510 static constexpr std::array<const ArchInfo *, 17> ArchInfos = { variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp734 for (const auto *OtherArch : llvm::AArch64::ArchInfos) in setFeatureEnabled()