Searched refs:IsX86_64 (Results 1 – 3 of 3) sorted by relevance
2689 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local2695 if (IsX86_64 || IsMIPS64) { in getSupportedSanitizers()2699 if (IsX86 || IsX86_64) { in getSupportedSanitizers()3605 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local3614 if (IsX86_64 || IsMIPS64) { in getSupportedSanitizers()3619 if (IsX86_64 || IsMIPS64 || IsPowerPC64) in getSupportedSanitizers()3621 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
420 bool IsX86_64 = TargetTriple.getArch() == llvm::Triple::x86_64; in doInitialization() local433 if (IsX86_64) in doInitialization()
330 bool IsX86_64 = TargetTriple.getArch() == llvm::Triple::x86_64; in getShadowMapping() local358 else if (IsLinux && IsX86_64) { in getShadowMapping()