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

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

Completed in 401 milliseconds