Searched refs:GnuTool (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Driver/ |
D | Tools.h | 141 class LLVM_LIBRARY_VISIBILITY GnuTool : public Tool { 145 GnuTool(const char *Name, const char *ShortName, const ToolChain &TC) in GnuTool() function 151 class LLVM_LIBRARY_VISIBILITY Common : public GnuTool { 154 : GnuTool(Name, ShortName, TC) {} in Common() 210 class LLVM_LIBRARY_VISIBILITY Assembler : public GnuTool { 213 : GnuTool("hexagon::Assembler", "hexagon-as", TC) {} in Assembler() 225 class LLVM_LIBRARY_VISIBILITY Linker : public GnuTool { 227 Linker(const ToolChain &TC) : GnuTool("hexagon::Linker", "hexagon-ld", TC) {} in Linker() 243 class LLVM_LIBRARY_VISIBILITY Linker : public GnuTool { 245 Linker(const ToolChain &TC) : GnuTool("amdgpu::Linker", "ld.lld", TC) {} in Linker() [all …]
|
D | Tools.cpp | 6606 void GnuTool::anchor() {} in anchor() 7052 : GnuTool("wasm::Linker", "lld", TC) {} in Linker()
|