Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp170 auto NewModule = std::make_unique<ModuleFile>(Type, Generation); in addModule() local
171 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()
175 NewModule->InputFilesValidationTimestamp = 0; in addModule()
177 if (NewModule->Kind == MK_ImplicitModule) { in addModule()
178 std::string TimestampFilename = NewModule->getTimestampFilename(); in addModule()
182 NewModule->InputFilesValidationTimestamp = in addModule()
189 NewModule->Buffer = &ModuleCache->addBuiltPCM(FileName, std::move(Buffer)); in addModule()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp290 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local
291 auto *NMD = NewModule->getOrInsertNamedMetadata("llvm.dbg.cu"); in CloneFunctionInto()