Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp167 if (!is64Bit || T.getOS() == Triple::Lv2) in getDataLayoutString()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h209 Lv2, // PS3 enumerator
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp283 case Lv2: return "lv2"; in getOSTypeName()
655 .StartsWith("lv2", Triple::Lv2) in parseOS()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp390 case llvm::Triple::Lv2: in AllocateTarget()