Lines Matching refs:Fixup
28 llvm_unreachable("Unknown fixup kind!");
51 llvm_unreachable("Unknown fixup kind!");
80 const MCFragment *Fragment, const MCFixup &Fixup,
113 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
115 Value = adjustFixupValue(Fixup.getKind(), Value);
118 unsigned Offset = Fixup.getOffset();
119 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind());
121 // For each byte of the fragment that the fixup touches, mask in the bits
122 // from the fixup value. The Value has been "split up" into the appropriate
133 bool fixupNeedsRelaxation(const MCFixup &Fixup,