Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp790 const bool IsSystemZ = getTriple().getArch() == llvm::Triple::systemz; in getSupportedSanitizers() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp489 bool IsSystemZ = TargetTriple.getArch() == Triple::systemz; in getShadowMapping() local