Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp679 AddressRanges LinkedFunctionRanges; in cloneAndEmitRanges() local
681 LinkedFunctionRanges.insert( in cloneAndEmitRanges()
684 emitAranges(LinkedFunctionRanges); in cloneAndEmitRanges()
687 cloneAndEmitRangeList(DebugSectionKind::DebugRange, LinkedFunctionRanges); in cloneAndEmitRanges()
691 cloneAndEmitRangeList(DebugSectionKind::DebugRngLists, LinkedFunctionRanges); in cloneAndEmitRanges()
696 AddressRanges &LinkedFunctionRanges) { in cloneAndEmitRangeList() argument
754 emitRangeListFragment(LinkedFunctionRanges, OutRangeSection); in cloneAndEmitRangeList()
838 void CompileUnit::emitAranges(AddressRanges &LinkedFunctionRanges) { in emitAranges() argument
839 if (LinkedFunctionRanges.empty()) in emitAranges()
873 for (const AddressRange &Range : LinkedFunctionRanges) { in emitAranges()
H A DDWARFLinkerCompileUnit.h629 void emitAranges(AddressRanges &LinkedFunctionRanges);
633 AddressRanges &LinkedFunctionRanges);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1905 AddressRanges LinkedFunctionRanges; in generateUnitRanges() local
1907 LinkedFunctionRanges.insert( in generateUnitRanges()
1911 if (!LinkedFunctionRanges.empty()) in generateUnitRanges()
1912 TheDwarfEmitter->emitDwarfDebugArangesTable(Unit, LinkedFunctionRanges); in generateUnitRanges()
1958 Unit, LinkedFunctionRanges, *UnitRngListAttribute, AddrPool); in generateUnitRanges()