Lines Matching refs:Range
219 void DwarfCompileUnit::addRange(RangeSpan Range) {
222 // If we have no current ranges just add the range and return, otherwise,
225 // same then extend our current range, otherwise add this as a new range.
228 &Range.getEnd()->getSection())) {
229 CURanges.push_back(Range);
233 CURanges.back().setEnd(Range.getEnd());
380 SmallVector<RangeSpan, 2> Range) {
388 RangeSpanList List(Asm->createTempSymbol("debug_ranges"), std::move(Range));
399 // Add the range list to the set of ranges to be emitted.