Searched refs:ParentModule (Results 1 – 3 of 3) sorted by relevance
246 Module *ParentModule) in GlobalAlias() argument251 if (ParentModule) in GlobalAlias()252 ParentModule->getAliasList().push_back(this); in GlobalAlias()257 Constant *Aliasee, Module *ParentModule) { in create() argument258 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create()
241 Module *ParentModule) in Function() argument254 if (ParentModule) in Function()255 ParentModule->getFunctionList().push_back(this); in Function()
4529 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local4531 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock()4535 CurrentModule = ModMap.findOrCreateModule(Name, ParentModule, IsFramework, in ReadSubmoduleBlock()4548 if (!ParentModule) { in ReadSubmoduleBlock()