Home
last modified time | relevance | path

Searched refs:NewModule (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp171 auto NewModule = std::make_unique<ModuleFile>(Type, *Entry, Generation); in addModule() local
172 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp349 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local
350 auto *NMD = NewModule->getOrInsertNamedMetadata("llvm.dbg.cu"); in CloneFunctionInto()