Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp39 : Context(DC), InfoSection(Section), Abbrev(DA), RangeSection(RS), in DWARFUnit()
124 DataExtractor RangesData(RangeSection, isLittleEndian, AddrSize); in extractRangeList()
307 DWOCU->setRangesSection(RangeSection, DWORangesBase); in parseDWO()
DDWARFContext.cpp645 .Case("debug_ranges", &RangeSection) in DWARFContextInMemory()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h112 StringRef RangeSection; variable
167 RangeSection = RS; in setRangesSection()
DDWARFContext.h247 StringRef RangeSection; variable
286 StringRef getRangeSection() override { return RangeSection; } in getRangeSection()