Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFUnit.h34 StringRef RangeSection; variable
80 RangeSection = RS; in setRangesSection()
HDDWARFUnit.cpp23 : Abbrev(DA), InfoSection(IS), AbbrevSection(AS), RangeSection(RS), in DWARFUnit()
92 DataExtractor RangesData(RangeSection, isLittleEndian, AddrSize); in extractRangeList()
280 DWOCU->setRangesSection(RangeSection, RangeSectionBase); in parseDWO()
HDDWARFContext.h189 StringRef RangeSection; variable
220 virtual StringRef getRangeSection() { return RangeSection; } in getRangeSection()
HDDWARFContext.cpp614 .Case("debug_ranges", &RangeSection) in DWARFContextInMemory()