Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp171 NewModule->Index = Chain.size(); in addModule()
172 NewModule->FileName = FileName.str(); in addModule()
173 NewModule->File = Entry; in addModule()
174 NewModule->ImportLoc = ImportLoc; in addModule()
196 NewModule->Buffer = Buffer; in addModule()
230 NewModule->Data = PCHContainerRdr.ExtractPCH(*NewModule->Buffer); in addModule()
239 Module = Modules[Entry] = NewModule.get(); in addModule()
243 if (!NewModule->isModule()) in addModule()
244 PCHChain.push_back(NewModule.get()); in addModule()
246 Roots.push_back(NewModule.get()); in addModule()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp262 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local
263 auto *NMD = NewModule->getOrInsertNamedMetadata("llvm.dbg.cu"); in CloneFunctionInto()