Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp40 : Context(DC), InfoSection(Section), Abbrev(DA), RangeSection(RS), in DWARFUnit()
125 DataExtractor RangesData(RangeSection, isLittleEndian, AddrSize); in extractRangeList()
313 DWOCU->setRangesSection(RangeSection, DWORangesBase); in parseDWO()
DDWARFContext.cpp701 .Case("debug_ranges", &RangeSection) in DWARFContextInMemory()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h109 StringRef RangeSection; variable
165 RangeSection = RS; in setRangesSection()
DDWARFContext.h253 StringRef RangeSection; variable
293 StringRef getRangeSection() override { return RangeSection; } in getRangeSection()