Searched refs:ParentModule (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Globals.cpp | 536 Module *ParentModule) in GlobalAlias() argument 540 if (ParentModule) in GlobalAlias() 541 ParentModule->insertAlias(this); in GlobalAlias() 546 Constant *Aliasee, Module *ParentModule) { in create() argument 547 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create() 593 Module *ParentModule) in GlobalIFunc() argument 597 if (ParentModule) in GlobalIFunc() 598 ParentModule->insertIFunc(this); in GlobalIFunc() 603 Constant *Resolver, Module *ParentModule) { in create() argument 604 return new GlobalIFunc(Ty, AddressSpace, Link, Name, Resolver, ParentModule); in create()
|
H A D | Function.cpp | 481 const Twine &name, Module *ParentModule) in Function() argument 484 computeAddrSpace(AddrSpace, ParentModule)), in Function() 498 if (ParentModule) { in Function() 499 ParentModule->getFunctionList().push_back(this); in Function() 500 IsNewDbgInfoFormat = ParentModule->IsNewDbgInfoFormat; in Function()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 106 auto *ParentModule = in operator new() local 108 return new (Buffer) Module*(ParentModule) + 1; in operator new()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 5788 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local 5790 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock() 5795 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit) in ReadSubmoduleBlock() 5806 if (!ParentModule) { in ReadSubmoduleBlock() 5857 ParentModule && ParentModule->IsUnimportable; in ReadSubmoduleBlock()
|