Searched refs:ModulePathStringTable (Results 1 – 7 of 7) sorted by relevance
339 ModulePathStringTableTy ModulePathStringTable; variable419 return ModulePathStringTable; in modulePaths()424 return ModulePathStringTable; in modulePaths()429 return ModulePathStringTable.lookup(ModPath).first; in getModuleId()434 auto It = ModulePathStringTable.find(ModPath); in getModuleHash()435 assert(It != ModulePathStringTable.end() && "Module not registered"); in getModuleHash()467 return ModulePathStringTable.insert(std::make_pair(476 return ModulePathStringTable.count(M.getModuleIdentifier()); in hasExportedFunctions()
926 ModulePathStringTableTy ModulePathStringTable;1240 return ModulePathStringTable;1245 return ModulePathStringTable;1250 return ModulePathStringTable.lookup(ModPath).first;1255 auto It = ModulePathStringTable.find(ModPath);1256 assert(It != ModulePathStringTable.end() && "Module not registered");1285 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;1290 auto It = ModulePathStringTable.find(ModPath);1291 assert(It != ModulePathStringTable.end() && "Module not registered");1299 return ModulePathStringTable.count(M.getModuleIdentifier());
1289 ModulePathStringTableTy ModulePathStringTable;1693 return ModulePathStringTable;1697 StringMap<ModuleHash> &modulePaths() { return ModulePathStringTable; }1701 auto It = ModulePathStringTable.find(ModPath);1702 assert(It != ModulePathStringTable.end() && "Module not registered");1735 return &*ModulePathStringTable.insert({ModPath, Hash}).first;1740 auto It = ModulePathStringTable.find(ModPath);1741 assert(It != ModulePathStringTable.end() && "Module not registered");1747 auto It = ModulePathStringTable.find(ModPath);1748 assert(It != ModulePathStringTable.end() && "Module not registered");[all …]
1283 ModulePathStringTableTy ModulePathStringTable;1687 return ModulePathStringTable;1691 StringMap<ModuleHash> &modulePaths() { return ModulePathStringTable; }1695 auto It = ModulePathStringTable.find(ModPath);1696 assert(It != ModulePathStringTable.end() && "Module not registered");1729 return &*ModulePathStringTable.insert({ModPath, Hash}).first;1734 auto It = ModulePathStringTable.find(ModPath);1735 assert(It != ModulePathStringTable.end() && "Module not registered");1741 auto It = ModulePathStringTable.find(ModPath);1742 assert(It != ModulePathStringTable.end() && "Module not registered");[all …]
1312 ModulePathStringTableTy ModulePathStringTable;1716 return ModulePathStringTable;1720 StringMap<ModuleHash> &modulePaths() { return ModulePathStringTable; }1724 auto It = ModulePathStringTable.find(ModPath);1725 assert(It != ModulePathStringTable.end() && "Module not registered");1758 return &*ModulePathStringTable.insert({ModPath, Hash}).first;1763 auto It = ModulePathStringTable.find(ModPath);1764 assert(It != ModulePathStringTable.end() && "Module not registered");1770 auto It = ModulePathStringTable.find(ModPath);1771 assert(It != ModulePathStringTable.end() && "Module not registered");[all …]
1206 ModulePathStringTableTy ModulePathStringTable;1592 return ModulePathStringTable;1597 return ModulePathStringTable;1602 return ModulePathStringTable.lookup(ModPath).first;1607 auto It = ModulePathStringTable.find(ModPath);1608 assert(It != ModulePathStringTable.end() && "Module not registered");1642 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;1647 auto It = ModulePathStringTable.find(ModPath);1648 assert(It != ModulePathStringTable.end() && "Module not registered");1656 return ModulePathStringTable.count(M.getModuleIdentifier());