Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp785 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
810 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsLoongArch64) in getSupportedSanitizers()
812 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()
815 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64 || IsSystemZ || in getSupportedSanitizers()
818 if (IsX86_64 || IsSystemZ || IsPowerPC64) in getSupportedSanitizers()
820 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
823 if (IsX86_64 || IsAArch64 || IsRISCV64) { in getSupportedSanitizers()
826 if (IsX86_64 || IsAArch64) { in getSupportedSanitizers()
829 if (IsX86_64) in getSupportedSanitizers()
H A DFreeBSD.cpp488 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
495 if (IsAArch64 || IsX86_64 || IsMIPS64) { in getSupportedSanitizers()
499 if (IsAArch64 || IsX86 || IsX86_64) { in getSupportedSanitizers()
504 if (IsAArch64 || IsX86_64) { in getSupportedSanitizers()
H A DOpenBSD.cpp301 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
303 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
308 if (IsX86_64) { in getSupportedSanitizers()
H A DNetBSD.cpp535 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
537 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
546 if (IsX86_64) { in getSupportedSanitizers()
H A DBareMetal.cpp542 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
557 if (IsX86_64 || IsAArch64 || IsRISCV64) { in getSupportedSanitizers()
H A DDarwin.cpp3507 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
3525 if ((IsX86_64 || IsAArch64) && in getSupportedSanitizers()
3531 if (IsX86_64) in getSupportedSanitizers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp600 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in initializeModule() local
605 PointerTagShift = IsX86_64 ? 57 : 56; in initializeModule()
606 TagMaskByte = IsX86_64 ? 0x3F : 0xFF; in initializeModule()
H A DAddressSanitizer.cpp491 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in getShadowMapping() local
554 else if (IsLinux && IsX86_64) { in getShadowMapping()
560 } else if (IsWindows && IsX86_64) { in getShadowMapping()