Lines Matching defs:TableElems
333 ArrayRef<uint32_t> TableElems);
999 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) {
1000 if (TableElems.empty())
1032 encodeULEB128(TableElems.size(), W->OS);
1033 for (uint32_t Elem : TableElems)
1474 SmallVector<uint32_t, 4> TableElems;
1845 uint32_t TableIndex = TableElems.size() + InitialTableOffset;
1849 TableElems.push_back(FunctionIndex);
1931 writeImportSection(Imports, DataSize, TableElems.size());
1941 TableElems);