Lines Matching defs:FixedValue
33 uint64_t &FixedValue);
39 uint64_t &FixedValue);
46 uint64_t &FixedValue);
49 MCValue Target, uint64_t &FixedValue);
57 MCValue Target, uint64_t &FixedValue) override {
59 RecordX86_64Relocation(Writer, Asm, Fragment, Fixup, Target, FixedValue);
61 RecordX86Relocation(Writer, Asm, Fragment, Fixup, Target, FixedValue);
103 const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) {
253 FixedValue = Res;
349 FixedValue = Value;
365 uint64_t &FixedValue) {
366 uint64_t OriginalFixedValue = FixedValue;
384 FixedValue += SecAddr;
406 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
442 FixedValue = OriginalFixedValue;
463 uint64_t &FixedValue) {
481 FixedValue = FixupAddress -
484 FixedValue += 1ULL << Log2Size;
486 FixedValue = 0;
502 uint64_t &FixedValue) {
509 recordTLVPRelocation(Writer, Asm, Fragment, Fixup, Target, FixedValue);
518 FixedValue);
538 FixedValue))
561 FixedValue = Res;
573 FixedValue -= Asm.getSymbolOffset(*A);
578 FixedValue += Writer->getSectionAddress(&Sec);
581 FixedValue -= Writer->getSectionAddress(Fragment->getParent());