Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp475 setRangesSection( in tryExtractDIEsIfNeeded()
480 setRangesSection(&Context.getDWARFObj().getRnglistsSection(), in tryExtractDIEsIfNeeded()
553 DWO->setRangesSection(&Context.getDWARFObj().getRnglistsDWOSection(), in parseDWO()
557 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0); in parseDWO()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h316 void setRangesSection(const DWARFSection *RS, uint64_t Base) { in setRangesSection() function