Lines Matching refs:ScopesWithRanges
774 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex);
775 ScopesWithRanges->clear();
776 Function->getRanges(*ScopesWithRanges);
777 ScopesWithRanges->sort();
1132 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex);
1133 ScopesWithRanges->clear();
1134 CompileUnit->getRanges(*ScopesWithRanges);
1135 if (!ScopesWithRanges->empty())
1136 CompileUnit->addObject(ScopesWithRanges->getLower(),
1137 ScopesWithRanges->getUpper());
1138 ScopesWithRanges->sort();