Home
last modified time | relevance | path

Searched refs:SystemZELFObjectWriter (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZELFObjectWriter.cpp28 class SystemZELFObjectWriter : public MCELFObjectTargetWriter { class
30 SystemZELFObjectWriter(uint8_t OSABI);
31 ~SystemZELFObjectWriter() override = default;
44 SystemZELFObjectWriter::SystemZELFObjectWriter(uint8_t OSABI) in SystemZELFObjectWriter() function in SystemZELFObjectWriter
49 unsigned SystemZELFObjectWriter::getAbsoluteReloc(SMLoc Loc, in getAbsoluteReloc()
76 unsigned SystemZELFObjectWriter::getPCRelReloc(SMLoc Loc, unsigned Kind) const { in getPCRelReloc()
101 unsigned SystemZELFObjectWriter::getRelocType(const MCFixup &Fixup, in getRelocType()
209 bool SystemZELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol()
222 return std::make_unique<SystemZELFObjectWriter>(OSABI); in createSystemZELFObjectWriter()