summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-04-29 19:33:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-04-29 19:33:51 +0000
commit1fbeecb0394a2f203fd48b699718c4f90a8870b7 (patch)
tree033566e598318f4b3bc2fce1d4374c5da2bb28dc /lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
parentca0e73610056110e9a175c14dd82d6d616fd830f (diff)
downloadllvm-1fbeecb0394a2f203fd48b699718c4f90a8870b7.tar.gz
llvm-1fbeecb0394a2f203fd48b699718c4f90a8870b7.tar.bz2
llvm-1fbeecb0394a2f203fd48b699718c4f90a8870b7.tar.xz
Update the documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h')
-rw-r--r--lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
index a02b19ca34..3211a1c7ea 100644
--- a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
+++ b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
@@ -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