Lines Matching refs:MCFixup
89 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue()
136 static void fixupLeb128(MCContext &Ctx, const MCFixup &Fixup, in fixupLeb128()
146 const MCFixup &Fixup, in applyFixup()
224 MCFixup Fixup = in shouldInsertFixupForCodeAlign()
225 MCFixup::create(0, Dummy, MCFixupKind(LoongArch::fixup_loongarch_align)); in shouldInsertFixupForCodeAlign()
252 const MCFixup &Fixup, in shouldForceRelocation()
308 MCFixup::create(0, &Expr, FK_Data_leb128, Expr.getLoc())); in relaxLEB128()
320 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr()
365 Fixups.push_back(MCFixup::create(Offset, MBE.getLHS(), std::get<0>(FK))); in relaxDwarfLineAddr()
366 Fixups.push_back(MCFixup::create(Offset, MBE.getRHS(), std::get<1>(FK))); in relaxDwarfLineAddr()
385 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
410 Fixups.push_back(MCFixup::create(Offset, MBE.getLHS(), std::get<0>(FK))); in relaxDwarfCFA()
411 Fixups.push_back(MCFixup::create(Offset, MBE.getRHS(), std::get<1>(FK))); in relaxDwarfCFA()
453 const MCFixup &Fixup, in handleAddSubRelocations()
501 auto FA = MCFixup::create(Fixup.getOffset(), nullptr, std::get<0>(FK)); in handleAddSubRelocations()
502 auto FB = MCFixup::create(Fixup.getOffset(), nullptr, std::get<1>(FK)); in handleAddSubRelocations()