Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1961 std::optional<PatchLocation> UnitRngListAttribute = in generateUnitRanges() local
1964 if (!AllRngListAttributes.empty() || UnitRngListAttribute) { in generateUnitRanges()
2002 if (UnitRngListAttribute.has_value()) in generateUnitRanges()
2004 Unit, LinkedFunctionRanges, *UnitRngListAttribute, AddrPool); in generateUnitRanges()