Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp37 : Context(DC), InfoSection(Section), Abbrev(DA), RangeSection(RS), in DWARFUnit()
108 DataExtractor RangesData(RangeSection, isLittleEndian, AddrSize); in extractRangeList()
291 DWOCU->setRangesSection(RangeSection, DWORangesBase); in parseDWO()
DDWARFContext.cpp584 .Case("debug_ranges", &RangeSection) in DWARFContextInMemory()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h227 StringRef RangeSection; variable
262 StringRef getRangeSection() override { return RangeSection; } in getRangeSection()
DDWARFUnit.h109 StringRef RangeSection; variable
159 RangeSection = RS; in setRangesSection()