Searched refs:ParentModule (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 383 const Twine &name, Module *ParentModule) in Function() argument 386 computeAddrSpace(AddrSpace, ParentModule)), in Function() 400 if (ParentModule) in Function() 401 ParentModule->getFunctionList().push_back(this); in Function()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 5519 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local 5521 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock() 5526 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit) in ReadSubmoduleBlock() 5539 if (!ParentModule) { in ReadSubmoduleBlock() 5586 ParentModule && ParentModule->IsUnimportable; in ReadSubmoduleBlock()
|