Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h232 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
442 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
DELFObjectFile.h239 void moveRelocationNext(DataRefImpl &Rel) const override;
674 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function
DMachO.h234 void moveRelocationNext(DataRefImpl &Rel) const override;
DCOFF.h746 void moveRelocationNext(DataRefImpl &Rel) const override;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp750 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
799 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
821 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
861 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
DMachODump.cpp1861 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
1968 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2047 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2171 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1054 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
DMachOObjectFile.cpp741 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile