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

/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFUnit.h34 StringRef RangeSection; member in class:llvm::DWARFUnit
80 RangeSection = RS;
H A DDWARFUnit.cpp23 : Abbrev(DA), InfoSection(IS), AbbrevSection(AS), RangeSection(RS),
92 DataExtractor RangesData(RangeSection, isLittleEndian, AddrSize);
280 DWOCU->setRangesSection(RangeSection, RangeSectionBase);
H A DDWARFContext.h189 StringRef RangeSection; member in class:llvm::DWARFContextInMemory
220 virtual StringRef getRangeSection() { return RangeSection; }
H A DDWARFContext.cpp614 .Case("debug_ranges", &RangeSection)

Completed in 101 milliseconds