Home
last modified time | relevance | path

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

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