Lines Matching refs:FixedValue
36 uint64_t &FixedValue);
42 uint64_t &FixedValue);
53 MCValue Target, uint64_t &FixedValue);
146 uint64_t &FixedValue) {
164 FixedValue += SecAddr;
177 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
202 // relocation, but it will be set in FixedValue if the base symbol
205 FixedValue &= 0xfffffffe;
210 FixedValue &= 0xfffffffe;
221 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16);
252 uint64_t &FixedValue) {
268 FixedValue += SecAddr;
282 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
314 uint64_t &FixedValue) {
332 Fixup, Target, FixedValue);
334 Target, Log2Size, FixedValue);
352 Target, Log2Size, FixedValue);
370 FixedValue = Res;
384 FixedValue -= Layout.getSymbolOffset(SD);
390 FixedValue += Writer->getSectionAddress(&SymSD);
393 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
419 Value = FixedValue;