Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFUnit.h32 StringRef RangeSection; variable
79 RangeSection = RS; in setRangesSection()
DDWARFUnit.cpp23 : Abbrev(DA), InfoSection(IS), RangeSection(RS), StringSection(SS), in DWARFUnit()
94 DataExtractor RangesData(RangeSection, isLittleEndian, AddrSize); in extractRangeList()
278 DWOCU->setRangesSection(RangeSection, DWORangesBase); in parseDWO()
DDWARFContext.h230 StringRef RangeSection; variable
261 StringRef getRangeSection() override { return RangeSection; } in getRangeSection()
DDWARFContext.cpp661 .Case("debug_ranges", &RangeSection) in DWARFContextInMemory()