Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp502 Module *ParentModule) in GlobalAlias() argument
506 if (ParentModule) in GlobalAlias()
507 ParentModule->getAliasList().push_back(this); in GlobalAlias()
512 Constant *Aliasee, Module *ParentModule) { in create() argument
513 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create()
563 Module *ParentModule) in GlobalIFunc() argument
567 if (ParentModule) in GlobalIFunc()
568 ParentModule->getIFuncList().push_back(this); in GlobalIFunc()
573 Constant *Resolver, Module *ParentModule) { in create() argument
574 return new GlobalIFunc(Ty, AddressSpace, Link, Name, Resolver, ParentModule); in create()
H A DFunction.cpp396 const Twine &name, Module *ParentModule) in Function() argument
399 computeAddrSpace(AddrSpace, ParentModule)), in Function()
413 if (ParentModule) in Function()
414 ParentModule->getFunctionList().push_back(this); in Function()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp107 auto *ParentModule = in operator new() local
109 return new (Buffer) Module*(ParentModule) + 1; in operator new()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp5585 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local
5587 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock()
5592 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit) in ReadSubmoduleBlock()
5604 if (!ParentModule) { in ReadSubmoduleBlock()
5653 ParentModule && ParentModule->IsUnimportable; in ReadSubmoduleBlock()