Home
last modified time | relevance | path

Searched refs:AddrAdjust (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp189 int64_t AddrAdjust; ///< Address offset to apply to the described entity. member
2050 Info.AddrAdjust = int64_t(Mapping.BinaryAddress) + ValidReloc.Addend; in hasValidRelocation()
2052 Info.AddrAdjust -= ObjectAddress; in hasValidRelocation()
2165 Ranges[LowPc] = std::make_pair(HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
2166 Unit.addFunctionRange(LowPc, HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
2777 PCOffset = Info.AddrAdjust; in cloneDIE()