Searched refs:ModuleIDs (Results 1 – 2 of 2) sorted by relevance
448 std::vector<IndexedModuleID> ModuleIDs; in printFullOutput() local450 ModuleIDs.push_back(M.first); in printFullOutput()451 llvm::sort(ModuleIDs); in printFullOutput()456 for (auto &&ModID : ModuleIDs) { in printFullOutput()
317 SmallVector<unsigned, 2> ModuleIDs = *Known; in lookupIdentifier() local318 for (unsigned I = 0, N = ModuleIDs.size(); I != N; ++I) { in lookupIdentifier()319 if (ModuleFile *MF = Modules[ModuleIDs[I]].File) in lookupIdentifier()