Lines Matching defs:MipsELFObjectWriter
1 //===-- MipsELFObjectWriter.cpp - Mips ELF Writer -------------------------===//
44 class MipsELFObjectWriter : public MCELFObjectTargetWriter {
46 MipsELFObjectWriter(uint8_t OSABI, bool HasRelocationAddend, bool Is64);
48 ~MipsELFObjectWriter() override = default;
151 MipsELFObjectWriter::MipsELFObjectWriter(uint8_t OSABI,
155 unsigned MipsELFObjectWriter::getRelocType(MCContext &Ctx,
369 void MipsELFObjectWriter::sortRelocs(const MCAssembler &Asm,
432 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val,
595 return std::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend,