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);
97 const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) {
247 FixedValue = Res;
343 FixedValue = Value;
359 uint64_t &FixedValue) {
360 uint64_t OriginalFixedValue = FixedValue;
378 FixedValue += SecAddr;
400 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
436 FixedValue = OriginalFixedValue;
457 uint64_t &FixedValue) {
475 FixedValue = FixupAddress -
478 FixedValue += 1ULL << Log2Size;
480 FixedValue = 0;
496 uint64_t &FixedValue) {
503 recordTLVPRelocation(Writer, Asm, Fragment, Fixup, Target, FixedValue);
512 FixedValue);
532 FixedValue))
555 FixedValue = Res;
567 FixedValue -= Asm.getSymbolOffset(*A);
572 FixedValue += Writer->getSectionAddress(&Sec);
575 FixedValue -= Writer->getSectionAddress(Fragment->getParent());