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.cpp333 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
336 if (IsSparc || IsX86) { in getSupportedSanitizers()
H A DOpenBSD.cpp291 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
294 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
H A DLinux.cpp795 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
824 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()
834 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
H A DFreeBSD.cpp482 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
494 if (IsAArch64 || IsX86 || IsX86_64) { in getSupportedSanitizers()
H A DNetBSD.cpp535 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
538 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4540 bool IsX86 = Name.consume_front("x86."); in UpgradeIntrinsicCall() local
4548 if (!IsX86 && Name == "stackprotectorcheck") { in UpgradeIntrinsicCall()
4552 } else if (IsX86) { in UpgradeIntrinsicCall()