Home
last modified time | relevance | path

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

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