Searched refs:NewModule (Results 1 – 2 of 2) sorted by relevance
171 auto NewModule = std::make_unique<ModuleFile>(Type, *Entry, Generation); in addModule() local172 NewModule->Index = Chain.size(); in addModule()173 NewModule->FileName = FileName.str(); in addModule()174 NewModule->ImportLoc = ImportLoc; in addModule()175 NewModule->InputFilesValidationTimestamp = 0; in addModule()177 if (NewModule->Kind == MK_ImplicitModule) in addModule()178 NewModule->InputFilesValidationTimestamp = in addModule()179 ModCache->getModuleTimestamp(NewModule->FileName); in addModule()184 NewModule->Buffer = &getModuleCache().getInMemoryModuleCache().addBuiltPCM( in addModule()193 NewModule->Buffer = Buffer; in addModule()[all …]
349 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local350 auto *NMD = NewModule->getOrInsertNamedMetadata("llvm.dbg.cu"); in CloneFunctionInto()