Lines Matching defs:FixupValue
392 const int64_t FixupValue, const char *fixupStr) const {
399 FixupValue <<
415 uint64_t FixupValue, bool IsResolved,
418 // When FixupValue is 0 the relocation is external and there
420 if (!FixupValue) return;
434 Value = adjustFixupValue(Kind, FixupValue);
445 HandleFixupError(7, 2, (int64_t)FixupValue, "B7_PCREL");
455 HandleFixupError(9, 2, (int64_t)FixupValue, "B9_PCREL");
467 HandleFixupError(13, 2, (int64_t)FixupValue, "B13_PCREL");
478 HandleFixupError(15, 2, (int64_t)FixupValue, "B15_PCREL");
490 HandleFixupError(22, 2, (int64_t)FixupValue, "B22_PCREL");
519 dbgs().write_hex(FixupValue)