Home
last modified time | relevance | path

Searched refs:ParentModule (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DGlobals.cpp246 Module *ParentModule) in GlobalAlias() argument
251 if (ParentModule) in GlobalAlias()
252 ParentModule->getAliasList().push_back(this); in GlobalAlias()
257 Constant *Aliasee, Module *ParentModule) { in create() argument
258 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create()
DFunction.cpp241 Module *ParentModule) in Function() argument
254 if (ParentModule) in Function()
255 ParentModule->getFunctionList().push_back(this); in Function()
/external/clang/lib/Serialization/
DASTReader.cpp4529 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local
4531 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock()
4535 CurrentModule = ModMap.findOrCreateModule(Name, ParentModule, IsFramework, in ReadSubmoduleBlock()
4548 if (!ParentModule) { in ReadSubmoduleBlock()