Searched refs:TypeIndices (Results 1 – 4 of 4) sorted by relevance
354 auto I = TypeIndices.find({Scope, nullptr}); in getScopeIndex()355 if (I != TypeIndices.end()) in getScopeIndex()388 auto I = TypeIndices.find({SP, nullptr}); in getFuncIdForSubprogram()389 if (I != TypeIndices.end()) in getFuncIdForSubprogram()458 auto I = TypeIndices.find({SP, Class}); in getMemberFunctionType()459 if (I != TypeIndices.end()) in getMemberFunctionType()978 assert(TypeIndices.count({SP, nullptr})); in emitInlineeLinesSubsection()2284 TypeIndices.clear(); in clear()2638 auto I = TypeIndices.find({Ty, ClassTy}); in getTypeIndex()2639 if (I != TypeIndices.end()) in getTypeIndex()[all …]
265 TypeIndices; variable
212 DenseMap<const MCSymbolWasm *, uint32_t> TypeIndices; member in __anon85aef9ab0111::WasmObjectWriter275 TypeIndices.clear(); in reset()756 if (!TypeIndices.count(RelEntry.Symbol)) in getRelocationIndexValue()759 return TypeIndices[RelEntry.Symbol]; in getRelocationIndexValue()1264 assert(TypeIndices.count(&Symbol)); in getFunctionType()1265 return TypeIndices[&Symbol]; in getFunctionType()1270 assert(TypeIndices.count(&Symbol)); in getTagType()1271 return TypeIndices[&Symbol]; in getTagType()1287 TypeIndices[&Symbol] = Pair.first->second; in registerFunctionType()1308 TypeIndices[&Symbol] = Pair.first->second; in registerTagType()
36 ; both occur at different TypeIndices in their respective input streams. Same