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.cpp167 NewModule->Index = Chain.size(); in addModule()
168 NewModule->FileName = FileName.str(); in addModule()
169 NewModule->ImportLoc = ImportLoc; in addModule()
172 if (NewModule->Kind == MK_ImplicitModule) { in addModule()
191 NewModule->Buffer = Buffer; in addModule()
219 NewModule->Data = PCHContainerRdr.ExtractPCH(*NewModule->Buffer); in addModule()
228 Module = Modules[*Entry] = NewModule.get(); in addModule()
232 if (!NewModule->isModule()) in addModule()
233 PCHChain.push_back(NewModule.get()); in addModule()
235 Roots.push_back(NewModule.get()); in addModule()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp299 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local
300 auto *NMD = NewModule->getOrInsertNamedMetadata("llvm.dbg.cu"); in CloneFunctionInto()