Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp368 bool IsSystemZ = TargetTriple.getArch() == llvm::Triple::systemz; in getShadowMapping() local
399 else if (IsSystemZ) in getShadowMapping()
435 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 && !IsSystemZ in getShadowMapping()