Home
last modified time | relevance | path

Searched defs: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
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp479 bool IsSystemZ = TargetTriple.getArch() == Triple::systemz; in getShadowMapping() local