Searched refs:ScopesWithRanges (Results 1 – 4 of 4) sorted by relevance
768 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in traverseSymbolSection() local769 ScopesWithRanges->clear(); in traverseSymbolSection()770 Function->getRanges(*ScopesWithRanges); in traverseSymbolSection()771 ScopesWithRanges->sort(); in traverseSymbolSection()1126 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in processModule() local1127 ScopesWithRanges->clear(); in processModule()1128 CompileUnit->getRanges(*ScopesWithRanges); in processModule()1129 if (!ScopesWithRanges->empty()) in processModule()1130 CompileUnit->addObject(ScopesWithRanges->getLower(), in processModule()1131 ScopesWithRanges->getUpper()); in processModule()[all …]
728 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in processLines() local729 ScopesWithRanges->startSearch(); in processLines()736 Scope = ScopesWithRanges->getEntry(Line->getAddress()); in processLines()771 ScopesWithRanges->endSearch(); in processLines()
771 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in createScopes() local772 ScopesWithRanges->sort(); in createScopes()778 ScopesWithRanges->clear(); in createScopes()
198 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in addSectionRange() local199 ScopesWithRanges->addEntry(Scope); in addSectionRange()204 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in addSectionRange() local205 ScopesWithRanges->addEntry(Scope, LowerAddress, UpperAddress); in addSectionRange()