Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h287 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
560 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
H A DWasm.h194 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DELFObjectFile.h312 void moveRelocationNext(DataRefImpl &Rel) const override;
1011 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function
H A DXCOFFObjectFile.h606 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DMachO.h485 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DCOFF.h959 void moveRelocationNext(DataRefImpl &Rel) const override;
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp477 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
526 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
548 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
588 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
2895 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
3019 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
3089 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
3205 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp560 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1210 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
H A DWasmObjectFile.cpp1773 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in moveRelocationNext() function in WasmObjectFile
H A DMachOObjectFile.cpp2225 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile