summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-04-16 08:58:15 +0000
committerPavel Labath <labath@google.com>2015-04-16 08:58:15 +0000
commit3b8f3ad7bb759d52c23e037be05edfe0201ecdd0 (patch)
treec776585be6e3fe77fd5b9ceca192411551a56ecd /llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
parent041b5a571bdd7e1d6075532675438ac252bd3314 (diff)
downloadbcm5719-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.h7
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;
OpenPOWER on IntegriCloud