summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMJITInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-11-10 01:08:07 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-11-10 01:08:07 +0000
commit9ed2f80910160bbf8051d91cd74c82d4619885b4 (patch)
treecf7ecb5e996d39b61ad273edb0a6055c6a22c3dd /lib/Target/ARM/ARMJITInfo.h
parent8f24cc237fed73df977ea93f1f12344ca57a65c6 (diff)
downloadllvm-9ed2f80910160bbf8051d91cd74c82d4619885b4.tar.gz
llvm-9ed2f80910160bbf8051d91cd74c82d4619885b4.tar.bz2
llvm-9ed2f80910160bbf8051d91cd74c82d4619885b4.tar.xz
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58949 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMJITInfo.h')
-rw-r--r--lib/Target/ARM/ARMJITInfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/ARM/ARMJITInfo.h b/lib/Target/ARM/ARMJITInfo.h
index fe1ea1029e..a35611eaa3 100644
--- a/lib/Target/ARM/ARMJITInfo.h
+++ b/lib/Target/ARM/ARMJITInfo.h
@@ -51,10 +51,10 @@ namespace llvm {
///
virtual void replaceMachineCodeForFunction(void *Old, void *New);
- /// emitGlobalValueNonLazyPtr - Use the specified MachineCodeEmitter object
- /// to emit a Mac OS X non-lazy pointer which contains the address of the
- /// specified ptr.
- virtual void *emitGlobalValueNonLazyPtr(const GlobalValue *GV, void *Ptr,
+ /// emitGlobalValueIndirectSym - Use the specified MachineCodeEmitter object
+ /// to emit an indirect symbol which contains the address of the specified
+ /// ptr.
+ virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
MachineCodeEmitter &MCE);
/// emitFunctionStub - Use the specified MachineCodeEmitter object to emit a