Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h230 ELFIAMCU, enumerator
648 return getOS() == Triple::ELFIAMCU; in isOSIAMCU()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp216 case llvm::Triple::ELFIAMCU: in ShouldAddDefaultIncludePaths()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp291 case ELFIAMCU: return "elfiamcu"; in getOSTypeName()
703 .StartsWith("elfiamcu", Triple::ELFIAMCU) in parseOS()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp596 case llvm::Triple::ELFIAMCU: in AllocateTarget()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp797 Target.setOS(llvm::Triple::ELFIAMCU); in computeTargetTriple()
6826 case llvm::Triple::ELFIAMCU: in getToolChain()