Searched refs:SparcELFObjectWriter (Results 1 – 1 of 1) sorted by relevance
22 class SparcELFObjectWriter : public MCELFObjectTargetWriter { class24 SparcELFObjectWriter(bool Is64Bit, bool HasV9, uint8_t OSABI) in SparcELFObjectWriter() function in __anon08d116370111::SparcELFObjectWriter31 ~SparcELFObjectWriter() override = default;42 unsigned SparcELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType()128 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol()152 return std::make_unique<SparcELFObjectWriter>(Is64Bit, HasV9, OSABI); in createSparcELFObjectWriter()