Lines Matching refs:MCFixup
39 std::string Description, const MCFixup &Fixup, in signed_width()
59 std::string Description, const MCFixup &Fixup, in unsigned_width()
78 static void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch()
89 static void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, in adjustRelativeBranch()
108 static void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call()
124 static void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel()
138 static void fixup_13_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_13_pcrel()
151 static void fixup_6(const MCFixup &Fixup, uint64_t &Value, in fixup_6()
163 static void fixup_6_adiw(const MCFixup &Fixup, uint64_t &Value, in fixup_6_adiw()
174 static void fixup_port5(const MCFixup &Fixup, uint64_t &Value, in fixup_port5()
187 static void fixup_port6(const MCFixup &Fixup, uint64_t &Value, in fixup_port6()
198 static void fixup_lds_sts_16(const MCFixup &Fixup, uint64_t &Value, in fixup_lds_sts_16()
216 static void fixup(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup()
226 static void lo8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in lo8()
232 static void hi8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hi8()
238 static void hh8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hh8()
244 static void ms8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in ms8()
256 void AVRAsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue()
382 void AVRAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
513 const MCFixup &Fixup, in shouldForceRelocation()