Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.cpp3140 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
3151 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
4126 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
4147 if (IsX86 || IsX86_64) { in getSupportedSanitizers()