Searched refs:TypeIndices (Results 1 – 3 of 3) sorted by relevance
356 auto I = TypeIndices.find({Scope, nullptr}); in getScopeIndex() 357 if (I != TypeIndices.end()) in getScopeIndex() 390 auto I = TypeIndices.find({SP, nullptr}); in getFuncIdForSubprogram() 391 if (I != TypeIndices.end()) in getFuncIdForSubprogram() 460 auto I = TypeIndices.find({SP, Class}); in getMemberFunctionType() 461 if (I != TypeIndices.end()) in getMemberFunctionType() 479 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() 985 assert(TypeIndices.count({SP, nullptr})); in emitInlineeLinesSubsection() 986 TypeIndex InlineeIdx = TypeIndices[{SP, nullptr}]; in emitInlineeLinesSubsection() 1007 assert(TypeIndices in emitInlinedCallSite() [all...]
285 TypeIndices; variable
211 DenseMap<const MCSymbolWasm *, uint32_t> TypeIndices; member in __anon335a907b0111::WasmObjectWriter 274 TypeIndices.clear(); in reset() 752 if (!TypeIndices.count(RelEntry.Symbol)) in getRelocationIndexValue() 755 return TypeIndices[RelEntry.Symbol]; in getRelocationIndexValue() 1259 assert(TypeIndices.count(&Symbol)); in getFunctionType() 1260 return TypeIndices[&Symbol]; in getFunctionType() 1265 assert(TypeIndices.count(&Symbol)); in getTagType() 1266 return TypeIndices[&Symbol]; in getTagType() 1282 TypeIndices[&Symbol] = Pair.first->second; in registerFunctionType() 1303 TypeIndices[ in registerTagType() [all...]