Searched refs:SystemZELFObjectWriter (Results 1 – 1 of 1) sorted by relevance
28 class SystemZELFObjectWriter : public MCELFObjectTargetWriter { class30 SystemZELFObjectWriter(uint8_t OSABI);31 ~SystemZELFObjectWriter() override = default;44 SystemZELFObjectWriter::SystemZELFObjectWriter(uint8_t OSABI) in SystemZELFObjectWriter() function in SystemZELFObjectWriter49 unsigned SystemZELFObjectWriter::getAbsoluteReloc(SMLoc Loc, in getAbsoluteReloc()76 unsigned SystemZELFObjectWriter::getPCRelReloc(SMLoc Loc, unsigned Kind) const { in getPCRelReloc()101 unsigned SystemZELFObjectWriter::getRelocType(const MCFixup &Fixup, in getRelocType()209 bool SystemZELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol()222 return std::make_unique<SystemZELFObjectWriter>(OSABI); in createSystemZELFObjectWriter()