Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -private...
[oota-llvm.git] / include / llvm / Object / MachO.h
index 9f91abf83ca3a73d6a4fb7fab37fe757c0e13f0e..56a275da3c82be99abbefc987469cd4bd7782df6 100644 (file)
@@ -366,6 +366,8 @@ public:
   getEntryPointCommand(const LoadCommandInfo &L) const;
   MachO::encryption_info_command
   getEncryptionInfoCommand(const LoadCommandInfo &L) const;
+  MachO::encryption_info_command_64
+  getEncryptionInfoCommand64(const LoadCommandInfo &L) const;
 
   MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
   MachO::data_in_code_entry getDice(DataRefImpl Rel) const;