Searched refs:ParentModule (Results 1 – 3 of 3) sorted by relevance
250 Module *ParentModule) in GlobalAlias() argument255 if (ParentModule) in GlobalAlias()256 ParentModule->getAliasList().push_back(this); in GlobalAlias()261 Constant *Aliasee, Module *ParentModule) { in create() argument262 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create()
243 Module *ParentModule) in Function() argument255 if (ParentModule) in Function()256 ParentModule->getFunctionList().push_back(this); in Function()
4476 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local4478 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock()4482 CurrentModule = ModMap.findOrCreateModule(Name, ParentModule, IsFramework, in ReadSubmoduleBlock()4495 if (!ParentModule) { in ReadSubmoduleBlock()