Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.cpp1257 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
3542 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
4670 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.cpp370 bool IsX86_64 = TargetTriple.getArch() == llvm::Triple::x86_64; in getShadowMapping() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp547 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in doInitialization() local
DAddressSanitizer.cpp437 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in getShadowMapping() local