Searched refs:ParentModule (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 478 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() 533 Module *ParentModule) in GlobalIFunc() argument 536 if (ParentModule) in GlobalIFunc() 537 ParentModule->getIFuncList().push_back(this); in GlobalIFunc() 542 Constant *Resolver, Module *ParentModule) { in create() argument 543 return new GlobalIFunc(Ty, AddressSpace, Link, Name, Resolver, ParentModule); in create()
|
| H A D | Function.cpp | 382 const Twine &name, Module *ParentModule) in Function() argument 385 computeAddrSpace(AddrSpace, ParentModule)), in Function() 399 if (ParentModule) in Function() 400 ParentModule->getFunctionList().push_back(this); in Function()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 107 auto *ParentModule = in operator new() local 109 return new (Buffer) Module*(ParentModule) + 1; in operator new()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5535 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local 5537 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock() 5542 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit) in ReadSubmoduleBlock() 5555 if (!ParentModule) { in ReadSubmoduleBlock() 5602 ParentModule && ParentModule->IsUnimportable; in ReadSubmoduleBlock()
|