Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp707 StringMap<unsigned> ModulePathMap; member in llvm::SlotTracker
1142 auto I = ModulePathMap.find(Path); in getModulePathSlot()
1143 return I == ModulePathMap.end() ? -1 : (int)I->second; in getModulePathSlot()
1226 ModulePathMap[Path] = ModulePathNext++; in CreateModulePathSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp713 StringMap<unsigned> ModulePathMap; member in llvm::SlotTracker
1197 auto I = ModulePathMap.find(Path); in getModulePathSlot()
1198 return I == ModulePathMap.end() ? -1 : (int)I->second; in getModulePathSlot()
1282 ModulePathMap[Path] = ModulePathNext++; in CreateModulePathSlot()