Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h228 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
428 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
DELFObjectFile.h229 void moveRelocationNext(DataRefImpl &Rel) const override;
659 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function
DMachO.h232 void moveRelocationNext(DataRefImpl &Rel) const override;
DCOFF.h672 void moveRelocationNext(DataRefImpl &Rel) const override;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp613 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
662 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
684 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
724 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
DMachODump.cpp1742 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
1839 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
1913 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2032 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp969 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
DMachOObjectFile.cpp603 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile