Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp313 setRangesSection(&Context.getDWARFObj().getRnglistsDWOSection(), 0); in extractDIEsIfNeeded()
315 setRangesSection(&Context.getDWARFObj().getRnglistsSection(), in extractDIEsIfNeeded()
376 DWO->setRangesSection(&Context.getDWARFObj().getRnglistsDWOSection(), 0); in parseDWO()
389 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0); in parseDWO()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h164 void setRangesSection(StringRef RS, uint32_t Base) { in setRangesSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp313 DWOCU->setRangesSection(RangeSection, DWORangesBase); in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h360 void setRangesSection(const DWARFSection *RS, uint32_t Base) { in setRangesSection() function