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.h120 void moveRelocationNext(DataRefImpl &Rel) const override {} in moveRelocationNext() function
H A DObjectFile.h289 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
618 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
H A DWasm.h203 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DELFObjectFile.h344 void moveRelocationNext(DataRefImpl &Rel) const override;
1101 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function
H A DMachO.h491 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DXCOFFObjectFile.h627 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DCOFF.h1073 void moveRelocationNext(DataRefImpl &Rel) const override;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp447 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
496 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
518 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
558 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
2861 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2985 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
3055 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
3171 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp575 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1320 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
H A DWasmObjectFile.cpp2056 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in moveRelocationNext() function in WasmObjectFile
H A DMachOObjectFile.cpp2233 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile