• Home
  • Raw
  • Download

Lines Matching defs:Fixup

38                          std::string Description, const MCFixup &Fixup,  in signed_width()
58 std::string Description, const MCFixup &Fixup, in unsigned_width()
77 static void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch()
88 static void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, in adjustRelativeBranch()
104 static void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call()
120 static void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel()
134 static void fixup_13_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_13_pcrel()
147 static void fixup_6(const MCFixup &Fixup, uint64_t &Value, in fixup_6()
159 static void fixup_6_adiw(const MCFixup &Fixup, uint64_t &Value, in fixup_6_adiw()
170 static void fixup_port5(const MCFixup &Fixup, uint64_t &Value, in fixup_port5()
183 static void fixup_port6(const MCFixup &Fixup, uint64_t &Value, in fixup_port6()
202 static void fixup(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup()
212 static void lo8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in lo8()
218 static void hi8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hi8()
224 static void hh8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hh8()
230 static void ms8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in ms8()
242 void AVRAsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue()
361 void AVRAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
469 const MCFixup &Fixup, in shouldForceRelocation()