Update the documentation.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 29 Apr 2013 19:33:51 +0000 (19:33 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 29 Apr 2013 19:33:51 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180725 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h

index a02b19ca344d1ab3fdb0e9d374a1be2304ae31ba..3211a1c7eafd5488504419cbee7e794f30ab90e0 100644 (file)
@@ -271,12 +271,8 @@ protected:
   void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
 
   /// \brief A object file specific relocation resolver
-  /// \param Section The section where the relocation is being applied
-  /// \param Offset The offset into the section for this relocation
+  /// \param RE The relocation to be resolved
   /// \param Value Target symbol address to apply the relocation action
-  /// \param Type object file specific relocation type
-  /// \param Addend A constant addend used to compute the value to be stored
-  ///        into the relocatable field
   virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
 
   /// \brief Parses the object file relocation and stores it to Relocations