Searched refs:NewModule (Results 1 – 5 of 5) 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 …]
21 mod := NewModule("")98 mod := NewModule("")
24 mod := NewModule("fac_module")
440 func NewModule(name string) (m Module) { func447 func (c Context) NewModule(name string) (m Module) { func
271 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local272 auto *NMD = NewModule->getOrInsertNamedMetadata("llvm.dbg.cu"); in CloneFunctionInto()