Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp24 llvm::errs() << " AddrAdjust: " << AddrAdjust << '\n'; in dump()
H A DDWARFLinker.cpp525 MyInfo.AddrAdjust = *LocExprAddrAndRelocAdjustment.second; in shouldKeepVariableDIE()
560 MyInfo.AddrAdjust = *RelocAdjustment; in shouldKeepSubprogramDIE()
583 Unit.addLabelLowPc(*LowPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
602 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
1292 Unit.getInfo(InputDIE).AddrAdjust, IsLittleEndian); in cloneBlockAttribute()
1529 ? LocationDieInfo.AddrAdjust in cloneScalarAttribute()
1726 PCOffset = Info.AddrAdjust; in cloneDIE()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h68 int64_t AddrAdjust; member