Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DLinux.cpp699 const bool IsSystemZ = getTriple().getArch() == llvm::Triple::systemz; in getSupportedSanitizers() local
713 IsRISCV64 || IsSystemZ) in getSupportedSanitizers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp450 bool IsSystemZ = TargetTriple.getArch() == Triple::systemz; in getShadowMapping() local
503 else if (IsSystemZ) in getShadowMapping()
552 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 && !IsSystemZ && !IsPS4CPU && in getShadowMapping()