Lines Matching defs:FixedValue
661 uint64_t &FixedValue) {
716 // The FixedValue should be symbol's virtual address in this object file
718 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant();
720 // The FixedValue should always be zero since the region handle is only
722 FixedValue = 0;
729 // entry for them, so the FixedValue should always be 0.
731 FixedValue = 0;
733 // The FixedValue should be the TOC entry offset from the TOC-base plus
756 FixedValue = TOCEntryOffset;
768 // The FixedValue should be the difference between symbol's virtual address
770 FixedValue = getVirtualAddress(SymA, SymASec) - BRInstrAddress +
773 // The FixedValue and FixupOffsetInCsect should always be 0 since it
775 FixedValue = 0;
810 FixedValue -= getVirtualAddress(SymB, SymBSec);