Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h214 ELFIAMCU, enumerator
559 return getOS() == Triple::ELFIAMCU; in isOSIAMCU()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp238 case llvm::Triple::ELFIAMCU: in AddDefaultCIncludePaths()
340 case llvm::Triple::ELFIAMCU: in AddDefaultCIncludePaths()
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp218 case ELFIAMCU: return "elfiamcu"; in getOSTypeName()
587 .StartsWith("elfiamcu", Triple::ELFIAMCU) in parseOS()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp541 case llvm::Triple::ELFIAMCU: in AllocateTarget()
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp649 Target.setOS(llvm::Triple::ELFIAMCU); in computeTargetTriple()
6069 case llvm::Triple::ELFIAMCU: in getToolChain()