Searched refs:IsX86_64 (Results 1 – 8 of 8) sorted by relevance
684 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local707 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()
475 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local482 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()
203 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local211 if (IsX86 || IsX86_64) in getSupportedSanitizers()
239 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local244 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
470 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local472 if (IsX86 || IsX86_64) { in getSupportedSanitizers()482 if (IsX86_64) { in getSupportedSanitizers()
2876 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local2895 if ((IsX86_64 || IsAArch64) && isTargetMacOSBased()) { in getSupportedSanitizers()2898 if (IsX86_64) in getSupportedSanitizers()
565 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in initializeModule() local569 PointerTagShift = IsX86_64 ? 57 : 56; in initializeModule()570 TagMaskByte = IsX86_64 ? 0x3F : 0xFF; in initializeModule()
457 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in getShadowMapping() local513 else if (IsLinux && IsX86_64) { in getShadowMapping()519 } else if (IsWindows && IsX86_64) { in getShadowMapping()