Searched refs:LocExprAddrAndRelocAdjustment (Results 1 – 3 of 3) sorted by relevance
1383 std::pair<bool, std::optional<int64_t>> LocExprAddrAndRelocAdjustment = in createPlainDIEandCloneAttributes() local1387 HasLocationExpressionAddress = LocExprAddrAndRelocAdjustment.first; in createPlainDIEandCloneAttributes()1388 if (LocExprAddrAndRelocAdjustment.first && in createPlainDIEandCloneAttributes()1389 LocExprAddrAndRelocAdjustment.second) in createPlainDIEandCloneAttributes()1390 VarAddressAdjustment = *LocExprAddrAndRelocAdjustment.second; in createPlainDIEandCloneAttributes()
527 std::pair<bool, std::optional<int64_t>> LocExprAddrAndRelocAdjustment = in shouldKeepVariableDIE() local530 if (LocExprAddrAndRelocAdjustment.first) in shouldKeepVariableDIE()533 if (!LocExprAddrAndRelocAdjustment.second) in shouldKeepVariableDIE()536 MyInfo.AddrAdjust = *LocExprAddrAndRelocAdjustment.second; in shouldKeepVariableDIE()