Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp481 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64; getSupportedSanitizers() local
H A DLinux.cpp782 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64 || getSupportedSanitizers() local
H A DBareMetal.cpp499 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64 || getSupportedSanitizers() local
H A DDarwin.cpp3413 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64; getSupportedSanitizers() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp495 bool IsAArch64 = TargetTriple.getArch() == Triple::aarch64 || getShadowMapping() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5900 bool IsAArch64 = S.Context.getTargetInfo().getTriple().isAArch64(); handleArmBuiltinAliasAttr() local
5929 bool IsAArch64 = S.Context.getTargetInfo().getTriple().isAArch64(); handleBuiltinAliasAttr() local
H A DSemaChecking.cpp8944 bool IsAArch64 = (TT.getArch() == llvm::Triple::aarch64 || checkVAStartABI() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18571 bool IsAArch64; global() member
[all...]