Home | History | Annotate | Download | only in Serialization

Lines Matching defs:NewModule

2928   bool NewModule;
2930 llvm::tie(M, NewModule) = ModuleMgr.addModule(FileName, Type, ImportLoc,
2942 if (!NewModule) {