Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp757 StringMap<unsigned> ModulePathMap; member in llvm::SlotTracker
1193 auto I = ModulePathMap.find(Path); in getModulePathSlot()
1194 return I == ModulePathMap.end() ? -1 : (int)I->second; in getModulePathSlot()
1278 ModulePathMap[Path] = ModulePathNext++; in CreateModulePathSlot()