Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h101 uint64_t getRangesSectionSize() const override { return RangesSectionSize; } in getRangesSectionSize() function
H A DDWARFLinker.h204 virtual uint64_t getRangesSectionSize() const = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1555 RangeAttribute.set(TheDwarfEmitter->getRangesSectionSize()); in patchRangesForUnit()
1591 Attr->set(TheDwarfEmitter->getRangesSectionSize()); in generateUnitRanges()