Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DLinux.cpp684 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
707 if (IsX86_64 || IsMIPS64 || IsAArch64) in getSupportedSanitizers()
709 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()
712 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64 || IsSystemZ) in getSupportedSanitizers()
714 if (IsX86_64) in getSupportedSanitizers()
716 if (IsX86 || IsX86_64) in getSupportedSanitizers()
718 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
721 if (IsX86_64 || IsAArch64) { in getSupportedSanitizers()
DFreeBSD.cpp475 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
482 if (IsX86_64 || IsMIPS64) { in getSupportedSanitizers()
486 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
492 if (IsAArch64 || IsX86_64) { in getSupportedSanitizers()
496 if (IsX86_64) { in getSupportedSanitizers()
DSolaris.cpp203 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
211 if (IsX86 || IsX86_64) in getSupportedSanitizers()
DOpenBSD.cpp239 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
244 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
DNetBSD.cpp470 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
472 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
482 if (IsX86_64) { in getSupportedSanitizers()
DDarwin.cpp2876 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
2895 if ((IsX86_64 || IsAArch64) && isTargetMacOSBased()) { in getSupportedSanitizers()
2898 if (IsX86_64) in getSupportedSanitizers()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp565 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in initializeModule() local
569 PointerTagShift = IsX86_64 ? 57 : 56; in initializeModule()
570 TagMaskByte = IsX86_64 ? 0x3F : 0xFF; in initializeModule()
DAddressSanitizer.cpp457 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in getShadowMapping() local
513 else if (IsLinux && IsX86_64) { in getShadowMapping()
519 } else if (IsWindows && IsX86_64) { in getShadowMapping()