Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DGlobals.cpp191 Module *ParentModule) in GlobalAlias() argument
199 if (ParentModule) in GlobalAlias()
200 ParentModule->getAliasList().push_back(this); in GlobalAlias()
DFunction.cpp165 const Twine &name, Module *ParentModule) in Function() argument
179 if (ParentModule) in Function()
180 ParentModule->getFunctionList().push_back(this); in Function()
/external/clang/lib/Serialization/
DASTReader.cpp3113 Module *ParentModule = 0; in ReadSubmoduleBlock() local
3115 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock()
3119 CurrentModule = ModMap.findOrCreateModule(Name, ParentModule, in ReadSubmoduleBlock()