Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DGlobals.cpp416 Module *ParentModule) in GlobalAlias() argument
419 if (ParentModule) in GlobalAlias()
420 ParentModule->getAliasList().push_back(this); in GlobalAlias()
425 Constant *Aliasee, Module *ParentModule) { in create() argument
426 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create()
472 Module *ParentModule) in GlobalIFunc() argument
475 if (ParentModule) in GlobalIFunc()
476 ParentModule->getIFuncList().push_back(this); in GlobalIFunc()
481 Constant *Resolver, Module *ParentModule) { in create() argument
482 return new GlobalIFunc(Ty, AddressSpace, Link, Name, Resolver, ParentModule); in create()
H A DFunction.cpp231 const Twine &name, Module *ParentModule) in Function() argument
234 computeAddrSpace(AddrSpace, ParentModule)), in Function()
248 if (ParentModule) in Function()
249 ParentModule->getFunctionList().push_back(this); in Function()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp107 auto *ParentModule = in operator new() local
109 return new (Buffer) Module*(ParentModule) + 1; in operator new()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5016 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local
5018 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock()
5023 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit) in ReadSubmoduleBlock()
5036 if (!ParentModule) { in ReadSubmoduleBlock()
5084 ParentModule && ParentModule->IsMissingRequirement; in ReadSubmoduleBlock()