Searched refs:typeIndices (Results 1 – 2 of 2) sorted by relevance
71 auto pair = typeIndices.insert(std::make_pair(sig, types.size())); in registerType()80 auto it = typeIndices.find(sig); in lookupType()81 if (it == typeIndices.end()) { in lookupType()
96 llvm::DenseMap<WasmSignature, int32_t> typeIndices; variable