Searched refs:NewModule (Results 1 – 5 of 5) sorted by relevance
170 auto NewModule = std::make_unique<ModuleFile>(Type, Generation); in addModule() local171 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 …]
21 mod := NewModule("")97 mod := NewModule("")
24 mod := NewModule("fac_module")
440 func NewModule(name string) (m Module) { func447 func (c Context) NewModule(name string) (m Module) { func
263 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local264 auto *NMD = NewModule->getOrInsertNamedMetadata("llvm.dbg.cu"); in CloneFunctionInto()