Rename getObjectFile to getObject for consistency.
[oota-llvm.git] / include / llvm / Object / ObjectFile.h
index 21430df19b7763d85a0a2fd5c4ea22ea22396e4f..b17063ffcac51a3f4a405ecb3f166fb564d6b815 100644 (file)
@@ -67,7 +67,7 @@ public:
 
 
   DataRefImpl getRawDataRefImpl() const;
-  const ObjectFile *getObjectFile() const;
+  const ObjectFile *getObject() const;
 };
 typedef content_iterator<RelocationRef> relocation_iterator;
 
@@ -482,7 +482,7 @@ inline DataRefImpl RelocationRef::getRawDataRefImpl() const {
   return RelocationPimpl;
 }
 
-inline const ObjectFile *RelocationRef::getObjectFile() const {
+inline const ObjectFile *RelocationRef::getObject() const {
   return OwningObject;
 }