Searched refs:ScopesWithRanges (Results 1 – 3 of 3) sorted by relevance
774 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in traverseSymbolSection() 775 ScopesWithRanges->clear(); in traverseSymbolSection() local 776 Function->getRanges(*ScopesWithRanges); in traverseSymbolSection() 777 ScopesWithRanges->sort(); in traverseSymbolSection() 1132 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in processModule() 1133 ScopesWithRanges->clear(); in processModule() local 1134 CompileUnit->getRanges(*ScopesWithRanges); in processModule() 1135 if (!ScopesWithRanges->empty()) in processModule() 1136 CompileUnit->addObject(ScopesWithRanges->getLower(), in processModule() 1137 ScopesWithRanges in processModule() [all...]
372 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in addSectionRange() local373 ScopesWithRanges->addEntry(Scope); in addSectionRange()379 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in addSectionRange() local380 ScopesWithRanges->addEntry(Scope, LowerAddress, UpperAddress); in addSectionRange()743 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in processLines() local744 ScopesWithRanges->startSearch(); in processLines()751 Scope = ScopesWithRanges->getEntry(Line->getAddress()); in processLines()786 ScopesWithRanges->endSearch(); in processLines()
968 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in createScopes() local969 ScopesWithRanges->sort(); in createScopes()975 ScopesWithRanges->clear(); in createScopes()