HomeSort by relevance Sort by last modified time
    Searched refs:moveRelocationNext (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Object/
ObjectFile.h 275 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
495 return OwningObject->moveRelocationNext(RelocationPimpl);
MachO.h 104 void moveRelocationNext(DataRefImpl &Rel) const override;
COFF.h 402 void moveRelocationNext(DataRefImpl &Rel) const override;
ELFObjectFile.h 103 void moveRelocationNext(DataRefImpl &Rel) const override;
530 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const {
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 842 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const {
1038 moveRelocationNext(RelNext);
1086 moveRelocationNext(RelNext);
    [all...]
COFFObjectFile.cpp 855 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const {
    [all...]

Completed in 73 milliseconds