summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-22 21:48:01 +0000
committerChris Lattner <sabre@nondot.org>2004-11-22 21:48:01 +0000
commitad3840a2cc8603159ab06ea6d7335a8f8ead6dff (patch)
tree659f01e12b18f984b7ec585b9f245fe4fcf3fb29 /llvm
parent8e9ed2747c13e338d4bc1938ce2deb5388201f08 (diff)
downloadbcm5719-llvm-ad3840a2cc8603159ab06ea6d7335a8f8ead6dff.tar.gz
bcm5719-llvm-ad3840a2cc8603159ab06ea6d7335a8f8ead6dff.zip
These methods are now obsolete
llvm-svn: 18128
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/MachineCodeEmitter.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineCodeEmitter.h b/llvm/include/llvm/CodeGen/MachineCodeEmitter.h
index c8a08821385..1faac712170 100644
--- a/llvm/include/llvm/CodeGen/MachineCodeEmitter.h
+++ b/llvm/include/llvm/CodeGen/MachineCodeEmitter.h
@@ -89,16 +89,6 @@ public:
/// noted with this interface.
virtual void addRelocation(const MachineRelocation &MR) = 0;
- /// getGlobalValueAddress - This method is used to get the address of the
- /// specified global value. In some cases, however, the address may not yet
- /// be known at the point that the method is called (for example, getting the
- /// address of a function which has not yet been code generated). If this is
- /// the case, the function returns zero, and the callee has to be able to
- /// handle the situation.
- ///
- virtual uint64_t getGlobalValueAddress(GlobalValue *V) = 0;
- virtual uint64_t getGlobalValueAddress(const char *SymName) = 0;
-
// getConstantPoolEntryAddress - Return the address of the 'Index' entry in
// the constant pool that was last emitted with the 'emitConstantPool' method.
//
OpenPOWER on IntegriCloud