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

  /external/llvm/lib/IR/
Globals.cpp 197 Module *ParentModule)
205 if (ParentModule)
206 ParentModule->getAliasList().push_back(this);
Function.cpp 180 const Twine &name, Module *ParentModule)
194 if (ParentModule)
195 ParentModule->getFunctionList().push_back(this);
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 35 milliseconds