Searched refs:rootSymbolToSectionIdxs (Results 1 – 3 of 3) sorted by relevance
113 DenseMap<CachedHashStringRef, std::set<unsigned>> rootSymbolToSectionIdxs; in runBalancedPartitioning() local128 rootSymbolToSectionIdxs[CachedHashStringRef(rootName)].insert(idx); in runBalancedPartitioning()131 rootSymbolToSectionIdxs[CachedHashStringRef(*linkageName)].insert( in runBalancedPartitioning()141 sections, rootSymbolToSectionIdxs); in runBalancedPartitioning()
71 DenseMap<CachedHashStringRef, std::set<unsigned>> rootSymbolToSectionIdxs; in runBalancedPartitioning() local84 rootSymbolToSectionIdxs[CachedHashStringRef( in runBalancedPartitioning()98 sections, rootSymbolToSectionIdxs); in runBalancedPartitioning()
66 &rootSymbolToSectionIdxs)157 &rootSymbolToSectionIdxs) -> DenseMap<const Section *, int> {191 rootSymbolToSectionIdxs.find(CachedHashStringRef(parsedFuncName));192 if (sectionIdxsIt == rootSymbolToSectionIdxs.end())