Home | History | Annotate | Download | only in ToolChains

Lines Matching refs:hexagon

1 //===--- Hexagon.h - Hexagon ToolChain Implementations ----------*- C++ -*-===//
19 namespace hexagon {
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";