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

  /external/clang/lib/Driver/
Tools.h 126 class GnuTool : public Tool {
130 GnuTool(const char *Name, const char *ShortName, const ToolChain &TC)
136 class LLVM_LIBRARY_VISIBILITY Common : public GnuTool {
139 const ToolChain &TC) : GnuTool(Name, ShortName, TC) {}
194 class LLVM_LIBRARY_VISIBILITY Assemble : public GnuTool {
196 Assemble(const ToolChain &TC) : GnuTool("hexagon::Assemble",
209 class LLVM_LIBRARY_VISIBILITY Link : public GnuTool {
211 Link(const ToolChain &TC) : GnuTool("hexagon::Link",
258 class LLVM_LIBRARY_VISIBILITY Link : public GnuTool {
260 Link(const ToolChain &TC) : GnuTool("cloudabi::Link", "linker", TC) {
    [all...]
Tools.cpp     [all...]

Completed in 1684 milliseconds