Home
last modified time | relevance | path

Searched refs:moveRelocationNext (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h229 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
429 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
HDELFObjectFile.h227 void moveRelocationNext(DataRefImpl &Rel) const override;
652 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function
HDMachO.h233 void moveRelocationNext(DataRefImpl &Rel) const override;
HDCOFF.h673 void moveRelocationNext(DataRefImpl &Rel) const override;
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp542 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
591 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
613 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
653 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
HDMachODump.cpp1761 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
1855 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
1926 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2038 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp951 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
HDMachOObjectFile.cpp581 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile