Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h911 bool isSPARC() const { return isSPARC32() || isSPARC64(); } in isSPARC() function
/openbsd/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp706 if (TheTriple.isMIPS() || TheTriple.isSPARC()) in getPreviousInstructionPc()