Searched refs:ModuleIDs (Results 1 – 2 of 2) sorted by relevance
302 std::vector<IndexedModuleID> ModuleIDs; in printFullOutput() local304 ModuleIDs.push_back(M.first); in printFullOutput()305 llvm::sort(ModuleIDs, in printFullOutput()318 for (auto &&ModID : ModuleIDs) { in printFullOutput()
327 SmallVector<unsigned, 2> ModuleIDs = *Known; in lookupIdentifier() local328 for (unsigned I = 0, N = ModuleIDs.size(); I != N; ++I) { in lookupIdentifier()329 if (ModuleFile *MF = Modules[ModuleIDs[I]].File) in lookupIdentifier()