Home
last modified time | relevance | path

Searched defs: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
H A DOpenBSD.cpp300 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
H A DNetBSD.cpp534 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
H A DFreeBSD.cpp487 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
H A DLinux.cpp784 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4185 bool IsX86 = Name.consume_front("x86."); in UpgradeIntrinsicCall() local