Searched refs:NewModule (Results 1 – 2 of 2) sorted by relevance
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()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 …]
262 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local263 auto *NMD = NewModule->getOrInsertNamedMetadata("llvm.dbg.cu"); in CloneFunctionInto()