Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h244 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
455 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
H A DMachO.h232 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DELFObjectFile.h109 void moveRelocationNext(DataRefImpl &Rel) const override;
527 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function
H A DCOFF.h609 void moveRelocationNext(DataRefImpl &Rel) const override;
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp632 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile
826 moveRelocationNext(RelNext); in getRelocationValueString()
874 moveRelocationNext(RelNext); in getRelocationValueString()
896 moveRelocationNext(RelNext); in getRelocationValueString()
935 moveRelocationNext(RelNext); in getRelocationValueString()
H A DCOFFObjectFile.cpp1005 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp789 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
881 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
945 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
1081 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()