Home
last modified time | relevance | path

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

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