Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp250 Module *ParentModule) in GlobalAlias() argument
255 if (ParentModule) in GlobalAlias()
256 ParentModule->getAliasList().push_back(this); in GlobalAlias()
261 Constant *Aliasee, Module *ParentModule) { in create() argument
262 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create()
H A DFunction.cpp243 Module *ParentModule) in Function() argument
255 if (ParentModule) in Function()
256 ParentModule->getFunctionList().push_back(this); in Function()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp4476 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local
4478 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock()
4482 CurrentModule = ModMap.findOrCreateModule(Name, ParentModule, IsFramework, in ReadSubmoduleBlock()
4495 if (!ParentModule) { in ReadSubmoduleBlock()