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

  /external/llvm/lib/VMCore/
Globals.cpp 191 Module *ParentModule)
199 if (ParentModule)
200 ParentModule->getAliasList().push_back(this);
Function.cpp 165 const Twine &name, Module *ParentModule)
179 if (ParentModule)
180 ParentModule->getFunctionList().push_back(this);
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 35 milliseconds