Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:adjustFixupValue

336 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
631 // the instruction. This allows adjustFixupValue() to issue a diagnostic
633 (void)adjustFixupValue(Fixup, Value, false, &Asm.getContext(),
737 Value = adjustFixupValue(Fixup, Value, IsPCRel, nullptr, IsLittleEndian);