Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DLinux.cpp754 const bool IsSystemZ = getTriple().getArch() == llvm::Triple::systemz; in getSupportedSanitizers() local
769 IsRISCV64 || IsSystemZ || IsHexagon || IsLoongArch64) in getSupportedSanitizers()
771 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64 || IsSystemZ || in getSupportedSanitizers()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp488 bool IsSystemZ = TargetTriple.getArch() == Triple::systemz; in getShadowMapping() local
535 else if (IsSystemZ) in getShadowMapping()
591 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 && !IsSystemZ && !IsPS && in getShadowMapping()