Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h287 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
545 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
H A DWasm.h197 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DXCOFFObjectFile.h347 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DELFObjectFile.h299 void moveRelocationNext(DataRefImpl &Rel) const override;
991 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function
H A DMachO.h335 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DCOFF.h966 void moveRelocationNext(DataRefImpl &Rel) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp352 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1153 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
H A DWasmObjectFile.cpp1696 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in moveRelocationNext() function in WasmObjectFile
H A DMachOObjectFile.cpp2133 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp458 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
507 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
529 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
569 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
2638 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2762 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2832 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2948 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()