Home
last modified time | relevance | path

Searched refs:MachOTool (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h35 class LLVM_LIBRARY_VISIBILITY MachOTool : public Tool {
47 MachOTool(const char *Name, const char *ShortName, const ToolChain &TC) in MachOTool() function
51 class LLVM_LIBRARY_VISIBILITY Assembler : public MachOTool {
54 : MachOTool("darwin::Assembler", "assembler", TC) {} in Assembler()
64 class LLVM_LIBRARY_VISIBILITY Linker : public MachOTool {
72 Linker(const ToolChain &TC) : MachOTool("darwin::Linker", "linker", TC) {} in Linker()
83 class LLVM_LIBRARY_VISIBILITY StaticLibTool : public MachOTool {
86 : MachOTool("darwin::StaticLibTool", "static-lib-linker", TC) {} in StaticLibTool()
97 class LLVM_LIBRARY_VISIBILITY Lipo : public MachOTool {
99 Lipo(const ToolChain &TC) : MachOTool("darwin::Lipo", "lipo", TC) {} in Lipo()
[all …]
H A DDarwin.cpp170 void darwin::MachOTool::anchor() {} in anchor()
172 void darwin::MachOTool::AddMachOArch(const ArgList &Args, in AddMachOArch()