HomeSort by relevance Sort by last modified time
    Searched defs:hexagon (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
Tools.h 158 namespace hexagon { namespace in namespace:clang::driver::tools
159 // For Hexagon, we do not need to instantiate tools for PreProcess, PreCompile and Compile.
163 Assemble(const ToolChain &TC) : Tool("hexagon::Assemble",
164 "hexagon-as", TC) {}
179 Link(const ToolChain &TC) : Tool("hexagon::Link",
180 "hexagon-ld", TC) {}
193 } // end namespace hexagon.
  /external/llvm/include/llvm/ADT/
Triple.h 48 hexagon, // Hexagon: hexagon enumerator in enum:llvm::Triple::ArchType

Completed in 182 milliseconds