Searched refs:ModPath (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DModuleSummaryIndex.cpp24 StringRef ModPath; local
36 if (ModPath.empty()) {
38 ModPath = addModulePath(Path, NextModuleId, Other->getModuleHash(Path))
41 assert(ModPath == Summary->modulePath() &&
47 Summary->setModulePath(ModPath);
/external/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h158 void setModulePath(StringRef ModPath) { ModulePath = ModPath; } argument
428 uint64_t getModuleId(const StringRef ModPath) const {
429 return ModulePathStringTable.lookup(ModPath).first;
433 const ModuleHash &getModuleHash(const StringRef ModPath) const {
434 auto It = ModulePathStringTable.find(ModPath);
465 addModulePath(StringRef ModPath, uint64_t ModId, argument
468 ModPath,
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp346 for (auto &ModPath : Index.modulePaths()) {
347 const auto &Filename = ModPath.first();
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1489 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); local
1490 ModuleBuildStack::iterator Pos = ModPath.begin(), PosEnd = ModPath.end();

Completed in 868 milliseconds