Searched refs:funcIDMap (Results 1 – 2 of 2) sorted by relevance
94 return funcIDMap.lookup(fnName); in getFunctionID()399 llvm::StringMap<uint32_t> funcIDMap; variable
162 auto funcID = funcIDMap.lookup(fnName); in getOrCreateFunctionID() 165 funcIDMap[fnName] = funcID; in getOrCreateFunctionID()