19 SystemZGOFFObjectWriter();
21 unsigned getRelocType(
const MCValue &Target,
22 const MCFixup &
Fixup)
const override;
26SystemZGOFFObjectWriter::SystemZGOFFObjectWriter()
29unsigned SystemZGOFFObjectWriter::getRelocType(
const MCValue &
Target,
31 switch (
Target.getSpecifier()) {
33 return Reloc_Type_RCon;
35 return Reloc_Type_VCon;
37 return Reloc_Type_QCon;
40 return Reloc_Type_RICon;
41 return Reloc_Type_ACon;
47 return std::make_unique<SystemZGOFFObjectWriter>();
PowerPC TLS Dynamic Call Fixup
Encode information on a single operation to perform on a byte sequence (e.g., an encoded instruction)...
Target - Wrapper for Target specific information.
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
This is an optimization pass for GlobalISel generic memory operations.
std::unique_ptr< MCObjectTargetWriter > createSystemZGOFFObjectWriter()