Home
last modified time | relevance | path

Searched defs:IsX86_64 (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Driver/
DToolChains.cpp3141 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
4127 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp428 bool IsX86_64 = TargetTriple.getArch() == llvm::Triple::x86_64; in doInitialization() local
DAddressSanitizer.cpp342 bool IsX86_64 = TargetTriple.getArch() == llvm::Triple::x86_64; in getShadowMapping() local