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

  /external/clang/lib/Driver/
Tools.h 176 namespace hexagon { namespace in namespace:clang::driver::tools
177 // For Hexagon, we do not need to instantiate tools for PreProcess, PreCompile and Compile.
181 Assemble(const ToolChain &TC) : Tool("hexagon::Assemble",
182 "hexagon-as", TC) {}
196 Link(const ToolChain &TC) : Tool("hexagon::Link",
197 "hexagon-ld", TC) {}
209 } // end namespace hexagon.
  /external/chromium_org/third_party/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/skia/gm/
convexpolyclip.cpp 102 SkPath hexagon; variable
112 hexagon.moveTo(point);
114 hexagon.lineTo(point);
117 fClips.addToTail()->setPath(hexagon); variable
121 hexagon.transform(scaleM);
122 fClips.addToTail()->setPath(hexagon); variable
  /external/llvm/include/llvm/ADT/
Triple.h 55 hexagon, // Hexagon: hexagon enumerator in enum:llvm::Triple::ArchType

Completed in 1028 milliseconds