Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp787 const bool IsMIPS64 = getTriple().isMIPS64(); in getSupportedSanitizers() local
810 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsLoongArch64) in getSupportedSanitizers()
812 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()
815 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64 || IsSystemZ || in getSupportedSanitizers()
820 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
H A DFreeBSD.cpp489 const bool IsMIPS64 = getTriple().isMIPS64(); in getSupportedSanitizers() local
495 if (IsAArch64 || IsX86_64 || IsMIPS64) { in getSupportedSanitizers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp494 bool IsMIPS64 = TargetTriple.isMIPS64(); in getShadowMapping() local
542 else if (IsFreeBSD && !IsMIPS64) { in getShadowMapping()
562 } else if (IsMIPS64) in getShadowMapping()