diff options
author | Pavel Labath <labath@google.com> | 2015-04-16 08:58:15 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-04-16 08:58:15 +0000 |
commit | 3b8f3ad7bb759d52c23e037be05edfe0201ecdd0 (patch) | |
tree | c776585be6e3fe77fd5b9ceca192411551a56ecd /llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | |
parent | 041b5a571bdd7e1d6075532675438ac252bd3314 (diff) | |
download | bcm5719-llvm-3b8f3ad7bb759d52c23e037be05edfe0201ecdd0.tar.gz bcm5719-llvm-3b8f3ad7bb759d52c23e037be05edfe0201ecdd0.zip |
Revert "[RuntimeDyldELF] Fold Placeholder into Addend"
This reverts commit cbbeac14f0ddca71f6d8ff91cd05522bd23908e5.
llvm-svn: 235082
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h')
-rw-r--r-- | llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h index 9a4a8630e4c..590d26a3fb8 100644 --- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h +++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h @@ -99,13 +99,6 @@ class RuntimeDyldELF : public RuntimeDyldImpl { uint64_t SymbolOffset, unsigned Type); - // Compute the address in memory where we can find the placeholder - void *computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const; - - // Split out common case for createing the RelocationEntry for when the relocation requires - // no particular advanced processing. - void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value); - // The tentative ID for the GOT section unsigned GOTSectionID; |