Searched refs:MipsELFObjectWriter (Results 1 – 2 of 2) sorted by relevance
46 class MipsELFObjectWriter : public MCELFObjectTargetWriter { class48 MipsELFObjectWriter(uint8_t OSABI, bool HasRelocationAddend, bool Is64);50 ~MipsELFObjectWriter() override = default;151 MipsELFObjectWriter::MipsELFObjectWriter(uint8_t OSABI, in MipsELFObjectWriter() function in MipsELFObjectWriter155 unsigned MipsELFObjectWriter::getRelocType(const MCFixup &Fixup, in getRelocType()381 void MipsELFObjectWriter::sortRelocs(std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()443 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol()605 return std::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend, in createMipsELFObjectWriter()
1553 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp