Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h284 virtual void moveRelocationNext(DataRefImpl &Rel) const = 0;
542 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
H A DWasm.h197 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DXCOFFObjectFile.h302 void moveRelocationNext(DataRefImpl &Rel) const override;
H A DELFObjectFile.h299 void moveRelocationNext(DataRefImpl &Rel) const override;
987 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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp346 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1146 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in COFFObjectFile
H A DWasmObjectFile.cpp1695 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in moveRelocationNext() function in WasmObjectFile
H A DMachOObjectFile.cpp2127 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/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()