Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp536 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 DFunction.cpp481 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 DDeclBase.cpp106 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 DASTReader.cpp5788 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()