Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp560 setRangesSection( in tryExtractDIEsIfNeeded()
565 setRangesSection(&Context.getDWARFObj().getRnglistsSection(), in tryExtractDIEsIfNeeded()
649 DWO->setRangesSection(RangeSection, DWORangesBase.value_or(0)); in parseDWO()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h375 void setRangesSection(const DWARFSection *RS, uint64_t Base) { in setRangesSection() function