Lines Matching full:fixup
132 const MCFixup &Fixup, bool IsPCRel) const {
133 return TargetObjectWriter->getRelocType(Ctx, Target, Fixup, IsPCRel);
186 const MCFragment *Fragment, const MCFixup &Fixup,
625 const MCFixup &Fixup, MCValue Target,
629 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset();
637 // the fixup. If the fixup is not pcrel, we want to compute (A - B + C).
645 Fixup.getLoc(),
653 Ctx.reportError(Fixup.getLoc(),
662 Ctx.reportError(Fixup.getLoc(),
673 // We either rejected the fixup or folded B into C at this point.
688 unsigned Type = getRelocType(Ctx, Target, Fixup, IsPCRel);