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

Overrides

include/llvm/Object/ObjectFile.h
  279   virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;

Declarations

include/llvm/Object/MachO.h
  334   void moveRelocationNext(DataRefImpl &Rel) const override;

References

tools/llvm-objdump/MachODump.cpp
  529       Obj->moveRelocationNext(RelNext);
  578       Obj->moveRelocationNext(RelNext);
  600         Obj->moveRelocationNext(RelNext);
  640         Obj->moveRelocationNext(RelNext);
 2650             info->O->moveRelocationNext(RelNext);
 2774         info->O->moveRelocationNext(RelNext);
 2844       info->O->moveRelocationNext(RelNext);
 2960       info->O->moveRelocationNext(RelNext);