Searched refs:LinkedRanges (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 109 const AddressRanges &LinkedRanges, 143 const AddressRanges &LinkedRanges) override; 229 const AddressRanges &LinkedRanges, 234 const AddressRanges &LinkedRanges,
|
| H A D | DWARFLinker.h | 88 const CompileUnit &Unit, const AddressRanges &LinkedRanges, 122 const AddressRanges &LinkedRanges) = 0;
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 434 const CompileUnit &Unit, const AddressRanges &LinkedRanges) { in emitDwarfDebugArangesTable() argument 464 for (const AddressRange &Range : LinkedRanges) { in emitDwarfDebugArangesTable() 476 const CompileUnit &Unit, const AddressRanges &LinkedRanges, in emitDwarfDebugRangesTableFragment() argument 489 for (const AddressRange &Range : LinkedRanges) { in emitDwarfDebugRangesTableFragment() 542 const CompileUnit &Unit, const AddressRanges &LinkedRanges, in emitDwarfDebugRangeListFragment() argument 545 emitDwarfDebugRangesTableFragment(Unit, LinkedRanges, Patch); in emitDwarfDebugRangeListFragment() 549 emitDwarfDebugRngListsTableFragment(Unit, LinkedRanges, Patch, AddrPool); in emitDwarfDebugRangeListFragment() 565 const CompileUnit &Unit, const AddressRanges &LinkedRanges, in emitDwarfDebugRngListsTableFragment() argument 573 for (const AddressRange &Range : LinkedRanges) { in emitDwarfDebugRngListsTableFragment()
|
| H A D | DWARFLinker.cpp | 1944 AddressRanges LinkedRanges; in generateUnitRanges() local 1959 LinkedRanges.insert({Range.LowPC + CachedRange->Value, in generateUnitRanges() 1969 Unit, LinkedRanges, AttributePatch, AddrPool); in generateUnitRanges()
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 713 AddressRanges LinkedRanges; in cloneAndEmitRangeList() local 733 LinkedRanges.insert({Range.LowPC + CachedRange->Value, in cloneAndEmitRangeList() 744 emitRangeListFragment(LinkedRanges, OutRangeSection); in cloneAndEmitRangeList() 793 void CompileUnit::emitRangeListFragment(const AddressRanges &LinkedRanges, in emitRangeListFragment() argument 801 for (const AddressRange &Range : LinkedRanges) { in emitRangeListFragment() 815 for (const AddressRange &Range : LinkedRanges) { in emitRangeListFragment()
|
| H A D | DWARFLinkerCompileUnit.h | 639 void emitRangeListFragment(const AddressRanges &LinkedRanges,
|