HomeSort by: relevance | last modified time | path
    Searched defs:hexagon (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
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/include/llvm/ADT/
Triple.h 60 hexagon, // Hexagon: hexagon enumerator in enum:llvm::Triple::ArchType

Completed in 23 milliseconds