Remove use of reverse iterators in repairIntervalsInRange(). While they were
[oota-llvm.git] / include / llvm / Object / MachOObject.h
index e32a85d1407eb6cf4697259ffbb36fa38b4f95c7..9e4ab199f572dab0b3f08c4e9f05d1910da740e7 100644 (file)
@@ -153,6 +153,9 @@ public:
   void ReadLinkeditDataLoadCommand(
     const LoadCommandInfo &LCI,
     InMemoryStruct<macho::LinkeditDataLoadCommand> &Res) const;
+  void ReadLinkerOptionsLoadCommand(
+    const LoadCommandInfo &LCI,
+    InMemoryStruct<macho::LinkerOptionsLoadCommand> &Res) const;
   void ReadIndirectSymbolTableEntry(
     const macho::DysymtabLoadCommand &DLC,
     unsigned Index,