diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-29 19:33:51 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-29 19:33:51 +0000 |
commit | b39478e8ec031879b6fa509a23e78f13785a12ff (patch) | |
tree | 2ed36a6416c40bff27dc256f17c6ef3586816d4e /llvm/lib/ExecutionEngine | |
parent | 51629dfce2e0c49ef51b103b38329feb66206318 (diff) | |
download | bcm5719-llvm-b39478e8ec031879b6fa509a23e78f13785a12ff.tar.gz bcm5719-llvm-b39478e8ec031879b6fa509a23e78f13785a12ff.zip |
Update the documentation.
llvm-svn: 180725
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r-- | llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h index a02b19ca344..3211a1c7eaf 100644 --- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h +++ b/llvm/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 |