Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DLinux.cpp689 const bool IsMIPS64 = getTriple().isMIPS64(); in getSupportedSanitizers() local
710 if (IsX86_64 || IsMIPS64 || IsAArch64) in getSupportedSanitizers()
712 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()
715 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64) in getSupportedSanitizers()
721 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
H A DFreeBSD.cpp473 const bool IsMIPS64 = getTriple().isMIPS64(); in getSupportedSanitizers() local
479 if (IsX86_64 || IsMIPS64) { in getSupportedSanitizers()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp453 bool IsMIPS64 = TargetTriple.isMIPS64(); in getShadowMapping() local
505 else if (IsFreeBSD && !IsMIPS64) { in getShadowMapping()
525 } else if (IsMIPS64) in getShadowMapping()