33 bool IsPCRel)
const override;
44 switch ((
unsigned) Fixup.
getKind()) {
52 return ELF::R_AVR_DIFF8;
54 return ELF::R_AVR_8_LO8;
56 return ELF::R_AVR_8_HI8;
58 return ELF::R_AVR_8_HLO8;
67 return ELF::R_AVR_DIFF32;
76 return ELF::R_AVR_16_PM;
78 return ELF::R_AVR_DIFF16;
83 return ELF::R_AVR_7_PCREL;
85 return ELF::R_AVR_13_PCREL;
89 return ELF::R_AVR_16_PM;
91 return ELF::R_AVR_LO8_LDI;
93 return ELF::R_AVR_HI8_LDI;
95 return ELF::R_AVR_HH8_LDI;
97 return ELF::R_AVR_LO8_LDI_NEG;
99 return ELF::R_AVR_HI8_LDI_NEG;
101 return ELF::R_AVR_HH8_LDI_NEG;
103 return ELF::R_AVR_LO8_LDI_PM;
105 return ELF::R_AVR_HI8_LDI_PM;
107 return ELF::R_AVR_HH8_LDI_PM;
109 return ELF::R_AVR_LO8_LDI_PM_NEG;
111 return ELF::R_AVR_HI8_LDI_PM_NEG;
113 return ELF::R_AVR_HH8_LDI_PM_NEG;
115 return ELF::R_AVR_CALL;
117 return ELF::R_AVR_LDI;
121 return ELF::R_AVR_6_ADIW;
123 return ELF::R_AVR_MS8_LDI;
125 return ELF::R_AVR_MS8_LDI_NEG;
127 return ELF::R_AVR_LO8_LDI_GS;
129 return ELF::R_AVR_HI8_LDI_GS;
133 return ELF::R_AVR_8_LO8;
135 return ELF::R_AVR_8_HI8;
137 return ELF::R_AVR_8_HLO8;
139 return ELF::R_AVR_DIFF8;
141 return ELF::R_AVR_DIFF16;
143 return ELF::R_AVR_DIFF32;
145 return ELF::R_AVR_LDS_STS_16;
147 return ELF::R_AVR_PORT6;
149 return ELF::R_AVR_PORT5;
156 return make_unique<AVRELFObjectWriter>(OSABI);
std::unique_ptr< MCObjectTargetWriter > createAVRELFObjectWriter(uint8_t OSABI)
Creates an ELF object writer for AVR.
Replaces the immediate operand of a 16-bit Rd, K instruction with the upper 8 bits of a negated 16-bi...
This class represents lattice values for constants.
This represents an "assembler immediate".
Replaces the immediate operand of a 16-bit Rd, K instruction with the lower 8 bits of a 16-bit progra...
Replaces the immediate operand of a 16-bit Rd, K instruction with the upper 8 bits of a negated 16-bi...
block Block Frequency true
MCSymbolRefExpr::VariantKind getAccessVariant() const
Replaces the immediate operand of a 16-bit Rd, K instruction with the lower 8 bits of a negated 16-bi...
Encode information on a single operation to perform on a byte sequence (e.g., an encoded instruction)...
Replaces the immediate operand of a 16-bit Rd, K instruction with the upper 8 bits of a negated negat...
Replaces the immediate operand of a 16-bit Rd, K instruction with the lower 8 bits of a 16-bit value ...
A 12-bit PC-relative fixup for the family of branches which take 12-bit targets (RJMP,RCALL,etc).
Context object for machine code objects.
A 7-bit PC-relative fixup for the family of conditional branches which take 7-bit targets (BRNE...
Replaces the immediate operand of a 16-bit Rd, K instruction with the upper 8 bits of a negated negat...
unsigned getRelocType(MCContext &Ctx, const MCValue &Target, const MCFixup &Fixup, bool IsPCRel) const override
A symbol+addr fixup for the `LDD <x>+<n>, <r>" family of instructions.
AVRELFObjectWriter(uint8_t OSABI)
A 16-bit program memory address.
Replaces the immediate operand of a 16-bit Rd, K instruction with the upper 8 bits of a 16-bit progra...
virtual ~AVRELFObjectWriter()
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
PowerPC TLS Dynamic Call Fixup
Replaces the immediate operand of a 16-bit Rd, K instruction with the upper 8 bits of a negated 24-bi...
Replaces the immediate operand of a 16-bit Rd, K instruction with the upper 8 bits of a 16-bit value ...
Writes AVR machine code into an ELF32 object file.
Target - Wrapper for Target specific information.
Replaces the immediate operand of a 16-bit Rd, K instruction with the lower 8 bits of a negated 16-bi...
Replaces the immediate operand of a 16-bit Rd, K instruction with the upper 8 bits of a 32-bit value ...
A 22-bit fixup for the target of a CALL k or JMP k instruction.
Replaces the immediate operand of a 16-bit Rd, K instruction with the upper 8 bits of a 24-bit progra...
Replaces the immediate operand of a 16-bit Rd, K instruction with the upper 8 bits of a 24-bit value ...
Replaces the 8-bit immediate with another value.
MCFixupKind getKind() const