Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h119 void moveRelocationNext(DataRefImpl &Rel) const override {} in moveRelocationNext() function
H A DObjectFile.h288 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
617 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
H A DWasm.h202 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DELFObjectFile.h341 void moveRelocationNext(DataRefImpl &Rel) const override;
1095 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const {
1096 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { moveRelocationNext() function
H A DMachO.h486 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DXCOFFObjectFile.h621 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DCOFF.h1068 void moveRelocationNext(DataRefImpl &Rel) const override;
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp451 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
500 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
522 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
562 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
2865 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2989 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
3059 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
3175 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp571 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
570 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { moveRelocationNext() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1320 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in getRelocationTypeName()
1247 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { moveRelocationNext() function in COFFObjectFile
H A DWasmObjectFile.cpp2043 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in getRelocationSymbol()
2032 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } moveRelocationNext() function in WasmObjectFile
H A DMachOObjectFile.cpp2232 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile