Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp491 int64_t AddrAdjustmentValue = 0; in cloneScalarAttr() local
493 AddrAdjustmentValue = *VarAddressAdjustment; in cloneScalarAttr()
495 AddrAdjustmentValue = *FuncAddressAdjustment; in cloneScalarAttr()
499 DebugLocPatch{{AttrOutOffset}, AddrAdjustmentValue}, PatchesOffsets); in cloneScalarAttr()
H A DOutputSections.h65 int64_t AddrAdjustmentValue = 0; member
H A DDWARFLinkerCompileUnit.cpp488 CurExpression.Range->LowPC + Patch.AddrAdjustmentValue, in emitLocations()
489 CurExpression.Range->HighPC + Patch.AddrAdjustmentValue}; in emitLocations()
499 OutLocationSection, Patch.AddrAdjustmentValue, in emitLocations()