Lines Matching defs:MipsELFObjectWriter
1 //===-- MipsELFObjectWriter.cpp - Mips ELF Writer -------------------------===//
57 class MipsELFObjectWriter : public MCELFObjectTargetWriter {
59 MipsELFObjectWriter(uint8_t OSABI, bool HasRelocationAddend, bool Is64);
61 ~MipsELFObjectWriter() override = default;
213 MipsELFObjectWriter::MipsELFObjectWriter(uint8_t OSABI,
217 unsigned MipsELFObjectWriter::getRelocType(MCContext &Ctx,
431 void MipsELFObjectWriter::sortRelocs(const MCAssembler &Asm,
507 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val,
670 return std::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend,