Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp547 setRangesSection( in tryExtractDIEsIfNeeded()
552 setRangesSection(&Context.getDWARFObj().getRnglistsSection(), in tryExtractDIEsIfNeeded()
627 DWO->setRangesSection(RangeSection, DWORangesBase.value_or(0)); in parseDWO()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h335 void setRangesSection(const DWARFSection *RS, uint64_t Base) { in setRangesSection() function