Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp510 Module *ParentModule) in GlobalAlias() argument
514 if (ParentModule) in GlobalAlias()
515 ParentModule->insertAlias(this); in GlobalAlias()
520 Constant *Aliasee, Module *ParentModule) { in create() argument
521 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create()
567 Module *ParentModule) in GlobalIFunc() argument
571 if (ParentModule) in GlobalIFunc()
572 ParentModule->insertIFunc(this); in GlobalIFunc()
577 Constant *Resolver, Module *ParentModule) { in create() argument
578 return new GlobalIFunc(Ty, AddressSpace, Link, Name, Resolver, ParentModule); in create()
H A DFunction.cpp422 const Twine &name, Module *ParentModule) in Function() argument
425 computeAddrSpace(AddrSpace, ParentModule)), in Function()
439 if (ParentModule) in Function()
440 ParentModule->getFunctionList().push_back(this); in Function()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp107 auto *ParentModule = in operator new() local
109 return new (Buffer) Module*(ParentModule) + 1; in operator new()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5782 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local
5784 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock()
5789 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit) in ReadSubmoduleBlock()
5800 if (!ParentModule) { in ReadSubmoduleBlock()
5851 ParentModule && ParentModule->IsUnimportable; in ReadSubmoduleBlock()