Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp516 setRangesSection( in tryExtractDIEsIfNeeded()
521 setRangesSection(&Context.getDWARFObj().getRnglistsSection(), in tryExtractDIEsIfNeeded()
596 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0); in parseDWO()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h323 void setRangesSection(const DWARFSection *RS, uint64_t Base) { in setRangesSection() function