Home
last modified time | relevance | path

Searched refs:IsX86_64 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp796 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
822 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsLoongArch64) in getSupportedSanitizers()
824 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()
827 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64 || IsSystemZ || in getSupportedSanitizers()
830 if (IsX86_64 || IsAArch64) in getSupportedSanitizers()
832 if (IsX86_64 || IsSystemZ || IsPowerPC64) in getSupportedSanitizers()
834 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
837 if (IsX86_64 || IsAArch64 || IsRISCV64) { in getSupportedSanitizers()
840 if (IsX86_64 || IsAArch64) { in getSupportedSanitizers()
843 if (IsX86_64) in getSupportedSanitizers()
H A DFreeBSD.cpp483 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
490 if (IsAArch64 || IsX86_64 || IsMIPS64) { in getSupportedSanitizers()
494 if (IsAArch64 || IsX86 || IsX86_64) { in getSupportedSanitizers()
499 if (IsAArch64 || IsX86_64) { in getSupportedSanitizers()
H A DManagarm.cpp203 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
209 if (IsX86_64) in getSupportedSanitizers()
H A DOpenBSD.cpp292 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
294 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
299 if (IsX86_64) { in getSupportedSanitizers()
H A DNetBSD.cpp536 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
538 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
547 if (IsX86_64) { in getSupportedSanitizers()
H A DBareMetal.cpp702 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
717 if (IsX86_64 || IsAArch64 || IsRISCV64) { in getSupportedSanitizers()
H A DDarwin.cpp3749 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
3768 if ((IsX86_64 || IsAArch64) && in getSupportedSanitizers()
3774 if ((IsX86_64 || IsAArch64) && isTargetMacOSBased()) { in getSupportedSanitizers()
3778 if (IsX86_64) in getSupportedSanitizers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp638 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in initializeModule() local
643 PointerTagShift = IsX86_64 ? 57 : 56; in initializeModule()
644 TagMaskByte = IsX86_64 ? 0x3F : 0xFF; in initializeModule()
H A DAddressSanitizer.cpp491 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in getShadowMapping() local
555 else if (IsLinux && IsX86_64) { in getShadowMapping()
561 } else if (IsWindows && IsX86_64) { in getShadowMapping()
578 else if (IsHaiku && IsX86_64) in getShadowMapping()