Home
last modified time | relevance | path

Searched refs:IsSystemZ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DLinux.cpp742 const bool IsSystemZ = getTriple().getArch() == llvm::Triple::systemz; in getSupportedSanitizers() local
757 IsRISCV64 || IsSystemZ || IsHexagon) in getSupportedSanitizers()
759 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64 || IsSystemZ) in getSupportedSanitizers()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp479 bool IsSystemZ = TargetTriple.getArch() == Triple::systemz; in getShadowMapping() local
525 else if (IsSystemZ) in getShadowMapping()
579 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 && !IsSystemZ && !IsPS && in getShadowMapping()