Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCAnalysis/
DMCFunction.h91 MCModule *ParentModule; variable
109 const MCModule *getParent() const { return ParentModule; } in getParent()
110 MCModule *getParent() { return ParentModule; } in getParent()
/external/llvm/lib/IR/
DGlobals.cpp242 Module *ParentModule) in GlobalAlias() argument
248 if (ParentModule) in GlobalAlias()
249 ParentModule->getAliasList().push_back(this); in GlobalAlias()
254 Constant *Aliasee, Module *ParentModule) { in create() argument
255 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create()
DFunction.cpp219 const Twine &name, Module *ParentModule) in Function() argument
233 if (ParentModule) in Function()
234 ParentModule->getFunctionList().push_back(this); in Function()
/external/llvm/lib/MC/MCAnalysis/
DMCFunction.cpp20 : Name(Name), ParentModule(Parent) in MCFunction()
/external/clang/lib/Serialization/
DASTReader.cpp4250 Module *ParentModule = nullptr; in ReadSubmoduleBlock() local
4253 ParentModule = getSubmodule(Parent); in ReadSubmoduleBlock()
4254 ModuleMap = ParentModule->ModuleMap; in ReadSubmoduleBlock()
4262 CurrentModule = ModMap.findOrCreateModule(Name, ParentModule, ModuleMap, in ReadSubmoduleBlock()
4272 if (!ParentModule) { in ReadSubmoduleBlock()