Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp478 Module *ParentModule) in GlobalAlias() argument
481 if (ParentModule) in GlobalAlias()
482 ParentModule->getAliasList().push_back(this); in GlobalAlias()
487 Constant *Aliasee, Module *ParentModule) { in create() argument
488 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create()
534 Module *ParentModule) in GlobalIFunc() argument
537 if (ParentModule) in GlobalIFunc()
538 ParentModule->getIFuncList().push_back(this); in GlobalIFunc()
543 Constant *Resolver, Module *ParentModule) { in create() argument
544 return new GlobalIFunc(Ty, AddressSpace, Link, Name, Resolver, ParentModule); in create()
DFunction.cpp261 const Twine &name, Module *ParentModule) in Function() argument
264 computeAddrSpace(AddrSpace, ParentModule)), in Function()
278 if (ParentModule) in Function()
279 ParentModule->getFunctionList().push_back(this); in Function()