HomeSort by relevance Sort by last modified time
    Searched refs:ParentModule (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/MC/MCAnalysis/
MCFunction.h 91 MCModule *ParentModule;
109 const MCModule *getParent() const { return ParentModule; }
110 MCModule *getParent() { return ParentModule; }
  /external/llvm/lib/IR/
Globals.cpp 242 Module *ParentModule)
248 if (ParentModule)
249 ParentModule->getAliasList().push_back(this);
254 Constant *Aliasee, Module *ParentModule) {
255 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule);
Function.cpp 219 const Twine &name, Module *ParentModule)
233 if (ParentModule)
234 ParentModule->getFunctionList().push_back(this);
  /external/llvm/lib/MC/MCAnalysis/
MCFunction.cpp 20 : Name(Name), ParentModule(Parent)
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 110 milliseconds