Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h261 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
505 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
H A DWasm.h190 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DELFObjectFile.h270 void moveRelocationNext(DataRefImpl &Rel) const override;
829 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function
H A DMachO.h337 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DCOFF.h917 void moveRelocationNext(DataRefImpl &Rel) const override;
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp721 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
770 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
792 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
832 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
H A DMachODump.cpp2291 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2422 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2495 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2613 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp1144 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
H A DWasmObjectFile.cpp1370 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in moveRelocationNext() function in WasmObjectFile
H A DMachOObjectFile.cpp2071 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile