Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h914 bool isSystemZ() const { in isSystemZ() function
/openbsd/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp710 if (TheTriple.isX86() || TheTriple.isSystemZ()) in getPreviousInstructionPc()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp3383 if (!EffectiveTriple.isX86() && !EffectiveTriple.isSystemZ() && in RenderSCPOptions()
5062 if (!Triple.isSystemZ()) in ConstructJob()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6447 if (C.getTargetTriple().isSystemZ() && C.getTargetTriple().isOSzOS()) in createMCAsmParser()