Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDependencyTracker.cpp742 std::pair<bool, std::optional<int64_t>> LocExprAddrAndRelocAdjustment = in isLiveVariableEntry() local
746 if (LocExprAddrAndRelocAdjustment.first) in isLiveVariableEntry()
749 if (!LocExprAddrAndRelocAdjustment.second) in isLiveVariableEntry()
HDDWARFLinkerCompileUnit.cpp1387 std::pair<bool, std::optional<int64_t>> LocExprAddrAndRelocAdjustment = in createPlainDIEandCloneAttributes() local
1391 HasLocationExpressionAddress = LocExprAddrAndRelocAdjustment.first; in createPlainDIEandCloneAttributes()
1392 if (LocExprAddrAndRelocAdjustment.first && in createPlainDIEandCloneAttributes()
1393 LocExprAddrAndRelocAdjustment.second) in createPlainDIEandCloneAttributes()
1394 VarAddressAdjustment = *LocExprAddrAndRelocAdjustment.second; in createPlainDIEandCloneAttributes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.cpp527 std::pair<bool, std::optional<int64_t>> LocExprAddrAndRelocAdjustment = in shouldKeepVariableDIE() local
530 if (LocExprAddrAndRelocAdjustment.first) in shouldKeepVariableDIE()
533 if (!LocExprAddrAndRelocAdjustment.second) in shouldKeepVariableDIE()
536 MyInfo.AddrAdjust = *LocExprAddrAndRelocAdjustment.second; in shouldKeepVariableDIE()