Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp698 StringMap<unsigned> ModulePathMap; member in llvm::SlotTracker
1182 auto I = ModulePathMap.find(Path); in getModulePathSlot()
1183 return I == ModulePathMap.end() ? -1 : (int)I->second; in getModulePathSlot()
1267 ModulePathMap[Path] = ModulePathNext++; in CreateModulePathSlot()