Searched refs:LocExprAddrAndRelocAdjustment (Results 1 – 3 of 3) sorted by relevance
1387 std::pair<bool, std::optional<int64_t>> LocExprAddrAndRelocAdjustment = in createPlainDIEandCloneAttributes() local1391 HasLocationExpressionAddress = LocExprAddrAndRelocAdjustment.first; in createPlainDIEandCloneAttributes()1392 if (LocExprAddrAndRelocAdjustment.first && in createPlainDIEandCloneAttributes()1393 LocExprAddrAndRelocAdjustment.second) in createPlainDIEandCloneAttributes()1394 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()