Lines Matching refs:Modules
11 // modules for the ASTReader.
40 = Modules.find(File);
41 if (Known == Modules.end())
74 ModuleFile *&ModuleEntry = Modules[Entry];
149 // Remove any references to the now-destroyed modules.
155 // Delete the modules and erase them from the various structures.
157 Modules.erase((*victim)->File);
169 // Remove the modules from the chain.
207 // Notify the global module index about all of the modules we've already
316 // behavior, we mark all of the reachable modules as having been visited.
442 llvm::ViewGraph(*this, "Modules");