Home
last modified time | relevance | path

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

/freebsd/contrib/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;
1096 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function
H A DXCOFFObjectFile.h620 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DMachO.h486 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DCOFF.h1019 void moveRelocationNext(DataRefImpl &Rel) const override;
/freebsd/contrib/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()
2857 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2981 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
3051 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
3167 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp570 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1247 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
H A DWasmObjectFile.cpp2035 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in moveRelocationNext() function in WasmObjectFile
H A DMachOObjectFile.cpp2232 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile