Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h243 LiteOS, enumerator
852 bool isOSLiteOS() const { return getOS() == Triple::LiteOS; } in isOSLiteOS()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp223 case llvm::Triple::LiteOS: in ShouldAddDefaultIncludePaths()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp322 case LiteOS: return "liteos"; in getOSTypeName()
717 .StartsWith("liteos", Triple::LiteOS) in parseOS()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp219 case llvm::Triple::LiteOS: in AllocateTarget()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6921 case llvm::Triple::LiteOS: in getToolChain()