Home | History | Annotate | Download | only in dsymutil

Lines Matching refs:AddrAdjust

189     int64_t AddrAdjust; ///< Address offset to apply to the described entity.
2050 Info.AddrAdjust = int64_t(Mapping.BinaryAddress) + ValidReloc.Addend;
2052 Info.AddrAdjust -= ObjectAddress;
2165 Ranges[LowPc] = std::make_pair(HighPc, MyInfo.AddrAdjust);
2166 Unit.addFunctionRange(LowPc, HighPc, MyInfo.AddrAdjust);
2777 PCOffset = Info.AddrAdjust;