Searched refs:SummaryList (Results 1 – 2 of 2) sorted by relevance
101 auto SummaryList = findGlobalValueSummaryList(ValueGUID); in getGlobalValueSummary() local102 assert(SummaryList != end() && "GlobalValue not found in index"); in getGlobalValueSummary()103 assert((!PerModuleIndex || SummaryList->second.size() == 1) && in getGlobalValueSummary()105 auto &Summary = SummaryList->second[0]; in getGlobalValueSummary()
222 auto SummaryList = Index.findGlobalValueSummaryList(GUID); in exportGlobalInModule() local223 if (SummaryList == Index.end()) in exportGlobalInModule()228 SummaryList->second, in exportGlobalInModule()232 if (SummaryIter == SummaryList->second.end()) in exportGlobalInModule()