Searched refs:IsPowerPC64 (Results 1 – 1 of 1) sorted by relevance
4673 const bool IsPowerPC64 = getTriple().getArch() == llvm::Triple::ppc64 || in getSupportedSanitizers() local4686 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64) in getSupportedSanitizers()4688 if (IsX86_64 || IsMIPS64 || IsPowerPC64 || IsAArch64) in getSupportedSanitizers()