Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private-headers.
[oota-llvm.git] / include / llvm / Object / MachO.h
index 19558a3c34bc2cfea484bd01fcba0d44a8f5432c..2cab6c498983af85b97a8e0af6fa11f8d9250e14 100644 (file)
@@ -368,6 +368,8 @@ public:
   getEncryptionInfoCommand(const LoadCommandInfo &L) const;
   MachO::encryption_info_command_64
   getEncryptionInfoCommand64(const LoadCommandInfo &L) const;
+  MachO::sub_framework_command
+  getSubFrameworkCommand(const LoadCommandInfo &L) const;
 
   MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
   MachO::data_in_code_entry getDice(DataRefImpl Rel) const;