Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h149 AArch64SubArch_arm64e, enumerator
1042 getSubArch() == Triple::AArch64SubArch_arm64e; in isArm64e()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp115 if (SubArch == AArch64SubArch_arm64e) in getArchName()
766 return Triple::AArch64SubArch_arm64e; in parseSubArch()
H A DHost.cpp2120 T.setArch(Triple::aarch64, Triple::AArch64SubArch_arm64e); in withHostArch()