Lines Matching defs:FixedValue
663 uint64_t &FixedValue) {
717 // The FixedValue should be symbol's virtual address in this object file
719 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant();
721 // The FixedValue should always be zero since the region handle is only
723 FixedValue = 0;
730 // entry for them, so the FixedValue should always be 0.
732 FixedValue = 0;
734 // The FixedValue should be the TOC entry offset from the TOC-base plus
757 FixedValue = TOCEntryOffset;
769 // The FixedValue should be the difference between symbol's virtual address
771 FixedValue = getVirtualAddress(SymA, SymASec) - BRInstrAddress +
774 // The FixedValue and FixupOffsetInCsect should always be 0 since it
776 FixedValue = 0;
811 FixedValue -= getVirtualAddress(SymB, SymBSec);