Searched refs:MachOTool (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 33 class LLVM_LIBRARY_VISIBILITY MachOTool : public Tool { 45 MachOTool(const char *Name, const char *ShortName, const ToolChain &TC) in MachOTool() function 49 class LLVM_LIBRARY_VISIBILITY Assembler : public MachOTool { 52 : MachOTool("darwin::Assembler", "assembler", TC) {} in Assembler() 62 class LLVM_LIBRARY_VISIBILITY Linker : public MachOTool { 70 Linker(const ToolChain &TC) : MachOTool("darwin::Linker", "linker", TC) {} in Linker() 81 class LLVM_LIBRARY_VISIBILITY StaticLibTool : public MachOTool { 84 : MachOTool("darwin::StaticLibTool", "static-lib-linker", TC) {} in StaticLibTool() 95 class LLVM_LIBRARY_VISIBILITY Lipo : public MachOTool { 97 Lipo(const ToolChain &TC) : MachOTool("darwin::Lipo", "lipo", TC) {} in Lipo() [all …]
|
| H A D | Darwin.cpp | 160 void darwin::MachOTool::anchor() {} in anchor() 162 void darwin::MachOTool::AddMachOArch(const ArgList &Args, in AddMachOArch()
|