Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp24 llvm::errs() << " AddrAdjust: " << AddrAdjust << '\n'; in dump()
H A DDWARFLinker.cpp536 MyInfo.AddrAdjust = *LocExprAddrAndRelocAdjustment.second; in shouldKeepVariableDIE()
571 MyInfo.AddrAdjust = *RelocAdjustment; in shouldKeepSubprogramDIE()
594 Unit.addLabelLowPc(*LowPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
613 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
1309 Unit.getInfo(InputDIE).AddrAdjust, IsLittleEndian); in cloneBlockAttribute()
1546 ? LocationDieInfo.AddrAdjust in cloneScalarAttribute()
1743 PCOffset = Info.AddrAdjust; in cloneDIE()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h68 int64_t AddrAdjust; member