Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp700 StringMap<unsigned> ModulePathMap; member in llvm::SlotTracker
1122 auto I = ModulePathMap.find(Path); in getModulePathSlot()
1123 return I == ModulePathMap.end() ? -1 : (int)I->second; in getModulePathSlot()
1197 ModulePathMap[Path] = ModulePathNext++; in CreateModulePathSlot()