Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp501 bool IsSystemZ = TargetTriple.getArch() == Triple::systemz; in getShadowMapping() local
547 else if (IsSystemZ) in getShadowMapping()
592 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 && !IsSystemZ && !IsPS4CPU && in getShadowMapping()