Searched refs:NewModule (Results 1 – 2 of 2) sorted by relevance
166 auto NewModule = std::make_unique<ModuleFile>(Type, *Entry, Generation); in addModule() local167 NewModule->Index = Chain.size(); in addModule()168 NewModule->FileName = FileName.str(); in addModule()169 NewModule->ImportLoc = ImportLoc; in addModule()170 NewModule->InputFilesValidationTimestamp = 0; in addModule()172 if (NewModule->Kind == MK_ImplicitModule) { in addModule()173 std::string TimestampFilename = NewModule->getTimestampFilename(); in addModule()177 NewModule->InputFilesValidationTimestamp = in addModule()184 NewModule->Buffer = &ModuleCache->addBuiltPCM(FileName, std::move(Buffer)); in addModule()191 NewModule->Buffer = Buffer; in addModule()[all …]
301 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() 302 auto *NMD = NewModule->getOrInsertNamedMetadata("llvm.dbg.cu"); in CloneFunctionInto() 299 auto *NewModule = NewFunc->getParent(); CloneFunctionInto() local