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 193 namespace hexagon { namespace in namespace:clang::driver::tools
194 // For Hexagon, we do not need to instantiate tools for PreProcess, PreCompile and Compile.
198 Assemble(const ToolChain &TC) : Tool("hexagon::Assemble",
199 "hexagon-as", TC) {}
214 Link(const ToolChain &TC) : Tool("hexagon::Link",
215 "hexagon-ld", TC) {}
228 } // end namespace hexagon.
  /external/llvm/include/llvm/ADT/
Triple.h 50 hexagon, // Hexagon: hexagon enumerator in enum:llvm::Triple::ArchType

Completed in 64 milliseconds