Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.cpp3543 const bool IsMIPS64 = getTriple().getArch() == llvm::Triple::mips64 || in getSupportedSanitizers() local
3548 if (IsX86_64 || IsMIPS64) { in getSupportedSanitizers()
4671 const bool IsMIPS64 = getTriple().getArch() == llvm::Triple::mips64 || in getSupportedSanitizers() local
4682 if (IsX86_64 || IsMIPS64 || IsAArch64) in getSupportedSanitizers()
4684 if (IsX86_64 || IsMIPS64 || IsAArch64) in getSupportedSanitizers()
4686 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64) in getSupportedSanitizers()
4688 if (IsX86_64 || IsMIPS64 || IsPowerPC64 || IsAArch64) in getSupportedSanitizers()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp429 bool IsMIPS64 = TargetTriple.getArch() == llvm::Triple::mips64 || in doInitialization() local
445 else if (IsMIPS64) in doInitialization()
DAddressSanitizer.cpp373 bool IsMIPS64 = TargetTriple.getArch() == llvm::Triple::mips64 || in getShadowMapping() local
410 } else if (IsMIPS64) in getShadowMapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp542 bool IsMIPS64 = TargetTriple.isMIPS64(); in doInitialization() local
557 else if (IsMIPS64) in doInitialization()
DAddressSanitizer.cpp497 bool IsMIPS64 = TargetTriple.isMIPS64(); in getShadowMapping() local
555 } else if (IsMIPS64) in getShadowMapping()