Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h55 int64_t AddrAdjust; member
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h55 int64_t AddrAdjust; member
/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp645 Info.AddrAdjust = BinaryAddress + ValidReloc.Addend; in hasValidRelocationAt()
647 Info.AddrAdjust -= ObjectAddress; in hasValidRelocationAt()
/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()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp537 Unit.addLabelLowPc(*LowPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
551 Ranges[*LowPc] = ObjFileAddressRange(*HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
552 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
1428 PCOffset = Info.AddrAdjust; in cloneDIE()