23 MSP430ELFObjectWriter(uint8_t OSABI)
27 ~MSP430ELFObjectWriter()
override =
default;
30 unsigned getRelocType(
const MCFixup &
Fixup,
const MCValue &,
31 bool IsPCRel)
const override {
33 switch (
Fixup.getKind()) {
35 case FK_Data_2:
return ELF::R_MSP430_16_BYTE;
54std::unique_ptr<MCObjectTargetWriter>
56 return std::make_unique<MSP430ELFObjectWriter>(OSABI);
Function Alias Analysis false
PowerPC TLS Dynamic Call Fixup
#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.
@ FK_Data_1
A one-byte fixup.
@ FK_Data_4
A four-byte fixup.
@ FK_Data_2
A two-byte fixup.
std::unique_ptr< MCObjectTargetWriter > createMSP430ELFObjectWriter(uint8_t OSABI)