Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/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()