Home
last modified time | relevance | path

Searched refs:ParentModule (Results 1 – 2 of 2) 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.cpp162 const Twine &name, Module *ParentModule) in Function() argument
176 if (ParentModule) in Function()
177 ParentModule->getFunctionList().push_back(this); in Function()