Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp336 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
339 if (IsX86) { in getSupportedSanitizers()
H A DOpenBSD.cpp300 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
303 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
H A DLinux.cpp784 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
812 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()
820 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
H A DFreeBSD.cpp487 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
499 if (IsAArch64 || IsX86 || IsX86_64) { in getSupportedSanitizers()
H A DNetBSD.cpp534 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
537 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4185 bool IsX86 = Name.consume_front("x86."); in UpgradeIntrinsicCall() local
4192 if (!IsX86 && Name == "stackprotectorcheck") { in UpgradeIntrinsicCall()
4269 } else if (IsX86) { in UpgradeIntrinsicCall()