Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1922 AddressRanges LinkedFunctionRanges; in generateUnitRanges() local
1924 LinkedFunctionRanges.insert( in generateUnitRanges()
1928 if (!LinkedFunctionRanges.empty()) in generateUnitRanges()
1929 TheDwarfEmitter->emitDwarfDebugArangesTable(Unit, LinkedFunctionRanges); in generateUnitRanges()
1975 Unit, LinkedFunctionRanges, *UnitRngListAttribute, AddrPool); in generateUnitRanges()