Lines Matching full:fixup
33 const MCFixup &Fixup, bool IsPCRel) const override;
43 const MCFixup &Fixup,
46 if (const SparcMCExpr *SExpr = dyn_cast<SparcMCExpr>(Fixup.getValue())) {
52 switch((unsigned)Fixup.getKind()) {
54 llvm_unreachable("Unimplemented fixup -> relocation");
68 switch((unsigned)Fixup.getKind()) {
70 llvm_unreachable("Unimplemented fixup -> relocation");
72 case FK_Data_2: return ((Fixup.getOffset() % 2)
75 case FK_Data_4: return ((Fixup.getOffset() % 4)
78 case FK_Data_8: return ((Fixup.getOffset() % 8)