Home
last modified time | relevance | path

Searched refs:ModPath (Results 1 – 10 of 10) 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-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h379 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
1360 uint64_t getModuleId(const StringRef ModPath) const {
1361 return ModulePathStringTable.lookup(ModPath).first;
1365 const ModuleHash &getModuleHash(const StringRef ModPath) const {
1366 auto It = ModulePathStringTable.find(ModPath);
1394 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId,
1396 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;
1400 ModuleInfo *getModule(StringRef ModPath) {
1401 auto It = ModulePathStringTable.find(ModPath);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h378 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
1249 uint64_t getModuleId(const StringRef ModPath) const {
1250 return ModulePathStringTable.lookup(ModPath).first;
1254 const ModuleHash &getModuleHash(const StringRef ModPath) const {
1255 auto It = ModulePathStringTable.find(ModPath);
1283 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId,
1285 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;
1289 ModuleInfo *getModule(StringRef ModPath) {
1290 auto It = ModulePathStringTable.find(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/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp500 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex() local
501 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()
/external/llvm-project/llvm/lib/IR/
DAsmWriter.cpp1074 for (auto &ModPath : TheIndex->modulePaths()) in processIndex() local
1075 ModuleIdToPathMap[ModPath.second.first] = ModPath.first(); in processIndex()
2880 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex() local
2881 moduleVec[Machine.getModulePathSlot(ModPath.first())] = std::make_pair( in printModuleSummaryIndex()
2884 ModPath.second.first == -1u ? RegularLTOModuleName in printModuleSummaryIndex()
2885 : (std::string)std::string(ModPath.first()), in printModuleSummaryIndex()
2886 ModPath.second.second); in printModuleSummaryIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1030 for (auto &ModPath : TheIndex->modulePaths()) in processIndex() local
1031 ModuleIdToPathMap[ModPath.second.first] = ModPath.first(); in processIndex()
2690 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex() local
2691 moduleVec[Machine.getModulePathSlot(ModPath.first())] = std::make_pair( in printModuleSummaryIndex()
2694 ModPath.second.first == -1u ? RegularLTOModuleName in printModuleSummaryIndex()
2695 : (std::string)ModPath.first(), in printModuleSummaryIndex()
2696 ModPath.second.second); in printModuleSummaryIndex()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1817 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); in findOrCompileModuleAndReadAST() local
1818 ModuleBuildStack::iterator Pos = ModPath.begin(), PosEnd = ModPath.end(); in findOrCompileModuleAndReadAST()