Searched refs:ModuleIdToPathMap (Results 1 – 1 of 1) sorted by relevance
1052 std::map<uint64_t, StringRef> ModuleIdToPathMap; in processIndex() local1054 ModuleIdToPathMap[ModPath.second.first] = ModPath.first(); in processIndex()1055 for (auto &ModPair : ModuleIdToPathMap) in processIndex()