reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

include/llvm/Object/ELFObjectFile.h
  294   void moveRelocationNext(DataRefImpl &Rel) const override;
  863 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const {
lib/Object/COFFObjectFile.cpp
 1120 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const {
lib/Object/MachOObjectFile.cpp
 2111 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const {
lib/Object/WasmObjectFile.cpp
 1472 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; }
lib/Object/XCOFFObjectFile.cpp
  299 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const {

References

include/llvm/Object/ObjectFile.h
  527   return OwningObject->moveRelocationNext(RelocationPimpl);