Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h226 LiteOS, enumerator
773 bool isOSLiteOS() const { return getOS() == Triple::LiteOS; } in isOSLiteOS()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp300 case llvm::Triple::LiteOS: in ShouldAddDefaultIncludePaths()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp276 case LiteOS: return "liteos"; in getOSTypeName()
648 .StartsWith("liteos", Triple::LiteOS) in parseOS()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp212 case llvm::Triple::LiteOS: in AllocateTarget()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6326 case llvm::Triple::LiteOS: in getToolChain()