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

  /external/clang/lib/Driver/
Tools.h 191 namespace hexagon { namespace in namespace:clang::driver::tools
192 // For Hexagon, we do not need to instantiate tools for PreProcess, PreCompile and Compile.
196 Assemble(const ToolChain &TC) : GnuTool("hexagon::Assemble",
197 "hexagon-as", TC) {}
211 Link(const ToolChain &TC) : GnuTool("hexagon::Link",
212 "hexagon-ld", TC) {}
224 } // end namespace hexagon.
  /external/skia/gm/
convexpolyclip.cpp 103 SkPath hexagon; variable
113 hexagon.moveTo(point);
115 hexagon.lineTo(point);
118 fClips.addToTail()->setPath(hexagon); variable
122 hexagon.transform(scaleM);
123 fClips.addToTail()->setPath(hexagon); variable
  /external/llvm/include/llvm/ADT/
Triple.h 54 hexagon, // Hexagon: hexagon enumerator in enum:llvm::Triple::ArchType

Completed in 78 milliseconds