Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DGlobals.cpp501 Module *ParentModule) in GlobalAlias() argument
505 if (ParentModule) in GlobalAlias()
506 ParentModule->getAliasList().push_back(this); in GlobalAlias()
511 Constant *Aliasee, Module *ParentModule) { in create() argument
512 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create()
562 Module *ParentModule) in GlobalIFunc() argument
566 if (ParentModule) in GlobalIFunc()
567 ParentModule->getIFuncList().push_back(this); in GlobalIFunc()
572 Constant *Resolver, Module *ParentModule) { in create() argument
573 return new GlobalIFunc(Ty, AddressSpace, Link, Name, Resolver, ParentModule); in create()
H A DFunction.cpp384 const Twine &name, Module *ParentModule) in Function() argument
387 computeAddrSpace(AddrSpace, ParentModule)), in Function()
401 if (ParentModule) in Function()
402 ParentModule->getFunctionList().push_back(this); in Function()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp107 auto *ParentModule = in operator new() local
109 return new (Buffer) Module*(ParentModule) + 1; in operator new()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp5569 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local
5571 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock()
5576 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit) in ReadSubmoduleBlock()
5588 if (!ParentModule) { in ReadSubmoduleBlock()
5637 ParentModule && ParentModule->IsUnimportable; in ReadSubmoduleBlock()