Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Modules

11 //  modules for the ASTReader.
30 return Modules[Entry];
51 ModuleFile *&ModuleEntry = Modules[Entry];
123 // Remove any references to the now-destroyed modules.
129 // Delete the modules and erase them from the various structures.
131 Modules.erase((*victim)->File);
135 // Remove the modules from the chain.
153 // Collect the set of modules known to the global index.
157 // Map those modules to AST files known to the module manager.
160 = Modules.find(KnownModules[I]);
161 if (Known == Modules.end())
252 // We may need to update the set of modules we have in common with the
253 // global module index, since modules could have been added to the module
290 // behavior, we mark all of the reachable modules as having been visited.
398 llvm::ViewGraph(*this, "Modules");