Searched refs:SparcELFObjectWriter (Results 1 – 2 of 2) sorted by relevance
23 class SparcELFObjectWriter : public MCELFObjectTargetWriter { class25 SparcELFObjectWriter(bool Is64Bit, uint8_t OSABI) in SparcELFObjectWriter() function in __anon61dd671c0111::SparcELFObjectWriter30 ~SparcELFObjectWriter() override {} in ~SparcELFObjectWriter()42 unsigned SparcELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType()116 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol()139 return llvm::make_unique<SparcELFObjectWriter>(Is64Bit, OSABI); in createSparcELFObjectWriter()
1167 SRCS_MIN+= Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp