Home
last modified time | relevance | path

Searched defs:moveRelocationNext (Results 1 – 6 of 6) 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 DELFObjectFile.h1101 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function
/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 DWasmObjectFile.cpp2056 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in moveRelocationNext() function in WasmObjectFile
H A DCOFFObjectFile.cpp1320 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
H A DMachOObjectFile.cpp2233 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile