Lines Matching defs:ScopesWithRanges
769 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex);
770 ScopesWithRanges->clear();
771 Function->getRanges(*ScopesWithRanges);
772 ScopesWithRanges->sort();
1127 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex);
1128 ScopesWithRanges->clear();
1129 CompileUnit->getRanges(*ScopesWithRanges);
1130 if (!ScopesWithRanges->empty())
1131 CompileUnit->addObject(ScopesWithRanges->getLower(),
1132 ScopesWithRanges->getUpper());
1133 ScopesWithRanges->sort();