Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h239 LiteOS, enumerator
805 bool isOSLiteOS() const { return getOS() == Triple::LiteOS; } in isOSLiteOS()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp302 case LiteOS: return "liteos"; in getOSTypeName()
687 .StartsWith("liteos", Triple::LiteOS) in parseOS()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp212 case llvm::Triple::LiteOS: in AllocateTarget()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6455 case llvm::Triple::LiteOS: in getToolChain()