Lines Matching defs:TableElems
333 ArrayRef<uint32_t> TableElems);
997 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) {
998 if (TableElems.empty())
1030 encodeULEB128(TableElems.size(), W->OS);
1031 for (uint32_t Elem : TableElems)
1472 SmallVector<uint32_t, 4> TableElems;
1843 uint32_t TableIndex = TableElems.size() + InitialTableOffset;
1847 TableElems.push_back(FunctionIndex);
1922 writeImportSection(Imports, DataSize, TableElems.size());
1932 TableElems);