Searched refs:ModulePathMap (Results 1 – 1 of 1) sorted by relevance
707 StringMap<unsigned> ModulePathMap; member in llvm::SlotTracker1142 auto I = ModulePathMap.find(Path); in getModulePathSlot()1143 return I == ModulePathMap.end() ? -1 : (int)I->second; in getModulePathSlot()1226 ModulePathMap[Path] = ModulePathNext++; in CreateModulePathSlot()