Lines Matching refs:IsX86_64
1257 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
1264 if (IsX86_64) in getSupportedSanitizers()
1267 if (IsX86_64) in getSupportedSanitizers()
3542 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
3548 if (IsX86_64 || IsMIPS64) { in getSupportedSanitizers()
3552 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
4670 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
4682 if (IsX86_64 || IsMIPS64 || IsAArch64) in getSupportedSanitizers()
4684 if (IsX86_64 || IsMIPS64 || IsAArch64) in getSupportedSanitizers()
4686 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64) in getSupportedSanitizers()
4688 if (IsX86_64 || IsMIPS64 || IsPowerPC64 || IsAArch64) in getSupportedSanitizers()
4690 if (IsX86_64) in getSupportedSanitizers()
4692 if (IsX86 || IsX86_64) { in getSupportedSanitizers()