| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/TargetInfo/ |
| HexagonTargetInfo.cpp | 1 //===-- HexagonTargetInfo.cpp - Hexagon Target Implementation ------------------===// 19 RegisterTarget<Triple::hexagon, /*HasJIT=*/true> X( 20 getTheHexagonTarget(), "hexagon", "Hexagon", "Hexagon");
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| Hexagon.cpp | 1 //===--- Hexagon.cpp - Hexagon ToolChain Implementations --------*- C++ -*-===// 9 #include "Hexagon.h" 93 // Hexagon target features. 94 void hexagon::getHexagonTargetFeatures(const Driver &D, const ArgList &Args, 123 // Hexagon tools start. 124 void hexagon::Assembler::RenderExtraToolArgs(const JobAction &JA, 128 void hexagon::Assembler::ConstructJob(Compilation &C, const JobAction &JA, 139 CmdArgs.push_back("--arch=hexagon"); 146 "-mcpu=hexagon" [all...] |
| Hexagon.h | 1 //===--- Hexagon.h - Hexagon ToolChain Implementations ----------*- C++ -*-===// 19 namespace hexagon { namespace in namespace:clang::driver::tools 20 // For Hexagon, we do not need to instantiate tools for PreProcess, PreCompile 26 : Tool("hexagon::Assembler", "hexagon-as", TC) {} 40 Linker(const ToolChain &TC) : Tool("hexagon::Linker", "hexagon-ld", TC) {} 56 } // end namespace hexagon. 88 return getTriple().isMusl() ? "ld.lld" : "hexagon-link" [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCSectionELF.cpp | 118 } else if (Arch == Triple::hexagon) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Triple.cpp | 40 case hexagon: return "hexagon"; 116 case hexagon: return "hexagon"; 304 .Case("hexagon", hexagon) 441 .Case("hexagon", Triple::hexagon) 707 case Triple::hexagon: 1283 case llvm::Triple::hexagon [all...] |
| /src/external/bsd/libevent/dist/build-aux/ |
| config.sub | 1180 | hexagon \ 1556 hexagon-*)
|
| /src/crypto/external/bsd/heimdal/dist/ |
| config.sub | 1204 | hexagon \ 1557 hexagon-*)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Triple.h | 60 hexagon, // Hexagon: hexagon enumerator in enum:llvm::Triple::ArchType
|
| /src/external/bsd/file/dist/ |
| config.sub | 1199 | hexagon \ 1553 hexagon-*)
|
| /src/external/bsd/jemalloc/dist/build-aux/ |
| config.sub | 1182 | hexagon \ 1529 hexagon-*)
|
| /src/external/bsd/openldap/dist/build/ |
| config.sub | 1182 | hexagon \ 1529 hexagon-*)
|
| /src/external/bsd/openpam/dist/ |
| config.sub | 586 | hexagon \ 710 | hexagon-* \ 1563 hexagon-*)
|
| /src/external/gpl3/gcc/dist/ |
| config.sub | 1199 | hexagon \ 1553 hexagon-*)
|
| /src/external/gpl3/gcc.old/dist/ |
| config.sub | 1199 | hexagon \ 1553 hexagon-*)
|
| /src/external/gpl3/gdb/dist/readline/readline/support/ |
| config.sub | 1204 | hexagon \ 1557 hexagon-*)
|
| /src/external/gpl3/gdb.old/dist/readline/readline/support/ |
| config.sub | 1182 | hexagon \ 1533 hexagon-*)
|
| /src/external/lgpl3/gmp/dist/ |
| configfsf.sub | 1182 | hexagon \ 1528 hexagon-*)
|
| /src/external/lgpl3/mpc/dist/build-aux/ |
| config.sub | 1199 | hexagon \ 1552 hexagon-*)
|
| /src/external/lgpl3/mpfr/dist/ |
| config.sub | 1204 | hexagon \ 1557 hexagon-*)
|
| /src/external/mit/expat/dist/conftools/ |
| config.sub | 1225 | hexagon \ 1578 hexagon-*)
|
| /src/external/mit/isl/dist/ |
| config.sub | 1204 | hexagon \ 1557 hexagon-*)
|
| /src/external/mit/isl/dist/interface/ |
| config.sub | 1204 | hexagon \ 1557 hexagon-*)
|
| /src/external/mit/libuv/dist/ |
| config.sub | 1204 | hexagon \ 1557 hexagon-*)
|
| /src/external/public-domain/sqlite/dist/ |
| config.sub | 1204 | hexagon \ 1557 hexagon-*)
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| RelocationResolver.cpp | 709 case Triple::hexagon:
|