Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp788 const bool IsPowerPC64 = getTriple().getArch() == llvm::Triple::ppc64 || in getSupportedSanitizers() local
812 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()
815 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64 || IsSystemZ || in getSupportedSanitizers()
818 if (IsX86_64 || IsSystemZ || IsPowerPC64) in getSupportedSanitizers()
821 IsPowerPC64 || IsHexagon || IsLoongArch64 || IsRISCV64) in getSupportedSanitizers()