Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-headers.
[oota-llvm.git] / include / llvm / Object / MachO.h
index a869d4d4d001e1672d54e78f5ba66ed35e4001fd..f002352fcef21a578d2e8e1eb753d24660f07505 100644 (file)
@@ -374,6 +374,8 @@ public:
   getSubUmbrellaCommand(const LoadCommandInfo &L) const;
   MachO::sub_library_command
   getSubLibraryCommand(const LoadCommandInfo &L) const;
+  MachO::sub_client_command
+  getSubClientCommand(const LoadCommandInfo &L) const;
 
   MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
   MachO::data_in_code_entry getDice(DataRefImpl Rel) const;