Searched refs:ParentModule (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/MC/MCAnalysis/ |
D | MCFunction.h | 91 MCModule *ParentModule; variable 109 const MCModule *getParent() const { return ParentModule; } in getParent() 110 MCModule *getParent() { return ParentModule; } in getParent()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 242 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()
|
D | Function.cpp | 219 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/ |
D | MCFunction.cpp | 20 : Name(Name), ParentModule(Parent) in MCFunction()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4250 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()
|