Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h287 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
555 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
H A DWasm.h194 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DELFObjectFile.h311 void moveRelocationNext(DataRefImpl &Rel) const override;
1008 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function
H A DXCOFFObjectFile.h528 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DMachO.h459 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DCOFF.h966 void moveRelocationNext(DataRefImpl &Rel) const override;
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp464 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
513 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
535 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
575 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
2661 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2785 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2855 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2971 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp512 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1207 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
H A DWasmObjectFile.cpp1781 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in moveRelocationNext() function in WasmObjectFile
H A DMachOObjectFile.cpp2181 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile