Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp446 setRangesSection(&Context.getDWARFObj().getRnglistsDWOSection(), 0); in extractDIEsIfNeeded()
448 setRangesSection(&Context.getDWARFObj().getRnglistsSection(), in extractDIEsIfNeeded()
509 DWO->setRangesSection(&Context.getDWARFObj().getRnglistsDWOSection(), 0); in parseDWO()
522 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0); in parseDWO()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h303 void setRangesSection(const DWARFSection *RS, uint32_t Base) { in setRangesSection() function