Home
last modified time | relevance | path

Searched defs:IsAArch64 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp470 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64; in getSupportedSanitizers() local
H A DLinux.cpp692 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64 || in getSupportedSanitizers() local
H A DDarwin.cpp2797 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64; in getSupportedSanitizers() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp5167 bool IsAArch64 = S.Context.getTargetInfo().getTriple().isAArch64(); in handleArmBuiltinAliasAttr() local
5195 bool IsAArch64 = S.Context.getTargetInfo().getTriple().isAArch64(); in handleBuiltinAliasAttr() local
H A DSemaChecking.cpp5900 bool IsAArch64 = (TT.getArch() == llvm::Triple::aarch64 || in checkVAStartABI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp455 bool IsAArch64 = TargetTriple.getArch() == Triple::aarch64; in getShadowMapping() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13297 bool IsAArch64; member