Searched refs:MipsELFObjectWriter (Results 1 – 2 of 2) sorted by relevance
58 class MipsELFObjectWriter : public MCELFObjectTargetWriter { class60 MipsELFObjectWriter(uint8_t OSABI, bool HasRelocationAddend, bool Is64);62 ~MipsELFObjectWriter() override = default;214 MipsELFObjectWriter::MipsELFObjectWriter(uint8_t OSABI, in MipsELFObjectWriter() function in MipsELFObjectWriter218 unsigned MipsELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType()455 void MipsELFObjectWriter::sortRelocs(const MCAssembler &Asm, in sortRelocs()532 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol()694 return llvm::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend, in createMipsELFObjectWriter()
1037 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp