Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs: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,
444 void MipsELFObjectWriter::sortRelocs(const MCAssembler &Asm,
521 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
683 return llvm::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend,