Searched refs:MipsELFObjectWriter (Results 1 – 2 of 2) sorted by relevance
57 class MipsELFObjectWriter : public MCELFObjectTargetWriter { class59 MipsELFObjectWriter(uint8_t OSABI, bool HasRelocationAddend, bool Is64);61 ~MipsELFObjectWriter() override = default;213 MipsELFObjectWriter::MipsELFObjectWriter(uint8_t OSABI, in MipsELFObjectWriter() function in MipsELFObjectWriter217 unsigned MipsELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType()431 void MipsELFObjectWriter::sortRelocs(const MCAssembler &Asm, in sortRelocs()507 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol()670 return std::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend, in createMipsELFObjectWriter()
1437 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp