HomeSort by relevance Sort by last modified time
    Searched defs:ModPath (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
ModuleSummaryIndex.cpp 24 StringRef ModPath;
36 if (ModPath.empty()) {
38 ModPath = addModulePath(Path, NextModuleId, Other->getModuleHash(Path))
41 assert(ModPath == Summary->modulePath() &&
47 Summary->setModulePath(ModPath);
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]

Completed in 529 milliseconds