Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DFreeBSD.cpp473 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64; in getSupportedSanitizers() local
DLinux.cpp746 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64 || in getSupportedSanitizers() local
DDarwin.cpp3248 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64; in getSupportedSanitizers() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp494 bool IsAArch64 = TargetTriple.getArch() == Triple::aarch64; in getShadowMapping() local
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclAttr.cpp5711 bool IsAArch64 = S.Context.getTargetInfo().getTriple().isAArch64(); in handleArmBuiltinAliasAttr() local
5739 bool IsAArch64 = S.Context.getTargetInfo().getTriple().isAArch64(); in handleBuiltinAliasAttr() local
DSemaChecking.cpp7243 bool IsAArch64 = (TT.getArch() == llvm::Triple::aarch64 || in checkVAStartABI() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp17016 bool IsAArch64; member