Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1571 for (const auto &RangeAttribute : Unit.getRangesAttributes()) { in patchRangesForUnit() local
1572 uint64_t Offset = RangeAttribute.get(); in patchRangesForUnit()
1573 RangeAttribute.set(TheDwarfEmitter->getRangesSectionSize()); in patchRangesForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2894 for (const auto &RangeAttribute : Unit.getRangesAttributes()) { in patchRangesForUnit() local
2895 uint32_t Offset = RangeAttribute.get(); in patchRangesForUnit()
2896 RangeAttribute.set(Streamer->getRangesSectionSize()); in patchRangesForUnit()