Searched refs:ModulesInCommonWithGlobalIndex (Results 1 – 2 of 2) sorted by relevance
308 ModulesInCommonWithGlobalIndex.clear(); in setGlobalIndex()316 ModulesInCommonWithGlobalIndex.push_back(&M); in setGlobalIndex()323 ModulesInCommonWithGlobalIndex.push_back(MF); in moduleFileAccepted()385 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) { in visit()386 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I) in visit()388 ModuleFile *M = ModulesInCommonWithGlobalIndex[I]; in visit()
92 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex; variable