Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Value

20 // Value is a fully-resolved relocation value: Symbol + Addend [- Pivot].
23 static uint64_t extractBitsForFixup(MCFixupKind Kind, uint64_t Value) {
25 return Value;
30 return (int64_t)Value / 2;
52 uint64_t Value, bool IsPCRel) const override;
56 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
88 unsigned DataSize, uint64_t Value,
97 Value = extractBitsForFixup(Kind, Value);
100 Data[Offset + I] |= uint8_t(Value >> ShiftValue);