Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1093 std::optional<int64_t> VarAddressAdjustment, in cloneDieAttrExpression() argument
1171 uint64_t LinkedAddress = SA->Address + VarAddressAdjustment.value_or(0); in cloneDieAttrExpression()
1208 SA->Address + VarAddressAdjustment.value_or(0); in cloneDieAttrExpression()
1287 std::optional<int64_t> VarAddressAdjustment, BumpPtrAllocator &Allocator, in cloneDIE() argument
1305 VarAddressAdjustment); in cloneDIE()
1336 VarAddressAdjustment, Allocator, ArtificialTypeUnit); in cloneDIE()
1362 std::optional<int64_t> &VarAddressAdjustment) { in createPlainDIEandCloneAttributes() argument
1390 VarAddressAdjustment = *LocExprAddrAndRelocAdjustment.second; in createPlainDIEandCloneAttributes()
1402 VarAddressAdjustment, in createPlainDIEandCloneAttributes()
H A DDWARFLinkerCompileUnit.h422 std::optional<int64_t> VarAddressAdjustment,
432 std::optional<int64_t> VarAddressAdjustment,
655 std::optional<int64_t> &VarAddressAdjustment);