Searched refs:TableIndex (Results 1 – 8 of 8) sorted by relevance
152 uint32_t TableIndex; member
1494 uint32_t TableIndex = TableElems.size() + InitialTableOffset; in writeObject() local1495 if (TableIndices.try_emplace(&WS, TableIndex).second) { in writeObject()1497 << " to table: " << TableIndex << "\n"); in writeObject()
65 uint32_t TableIndex; member
5456 Value *TableIndex; in SwitchToLookupTable() local5458 TableIndex = SI->getCondition(); in SwitchToLookupTable()5460 TableIndex = Builder.CreateSub(SI->getCondition(), MinCaseVal, in SwitchToLookupTable()5485 TableIndex, ConstantInt::get(MinCaseVal->getType(), TableSize)); in SwitchToLookupTable()5520 Builder.CreateZExtOrTrunc(TableIndex, MapTy, "switch.maskindex"); in SwitchToLookupTable()5547 Value *Result = Table.BuildLookup(TableIndex, Builder); in SwitchToLookupTable()
452 encodeULEB128(Segment.TableIndex, OS); in writeSectionContent()
1184 Segment.TableIndex = readVaruint32(Ctx); in parseElemSection()1185 if (Segment.TableIndex != 0) { in parseElemSection()
347 temp_data->TableIndex = table_idx; in BeginTableEx()1388 g.CurrentTable = temp_data ? g.Tables.GetByIndex(temp_data->TableIndex) : NULL; in EndTable()
2310 int TableIndex; // Index in g.Tables.Buf[] pool member