Searched defs:moveRelocationNext (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ | ||
H A D | GOFFObjectFile.h | 114 void moveRelocationNext(DataRefImpl &Rel) const override {} moveRelocationNext() function |
H A D | ELFObjectFile.h | 1036 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { moveRelocationNext() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | WasmObjectFile.cpp | 1853 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } moveRelocationNext() function in WasmObjectFile |
H A D | XCOFFObjectFile.cpp | 564 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { moveRelocationNext() function in llvm::object::XCOFFObjectFile |
H A D | COFFObjectFile.cpp | 1261 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { moveRelocationNext() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 2232 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile |