Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h94 return funcIDMap.lookup(fnName); in getFunctionID()
396 llvm::StringMap<uint32_t> funcIDMap; variable
H A DSerializer.cpp158 auto funcID = funcIDMap.lookup(fnName); in getOrCreateFunctionID()
161 funcIDMap[fnName] = funcID; in getOrCreateFunctionID()