Searched refs:TableElems (Results 1 – 1 of 1) sorted by relevance
333 ArrayRef<uint32_t> TableElems);999 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) { in writeElemSection() argument1000 if (TableElems.empty()) in writeElemSection()1032 encodeULEB128(TableElems.size(), W->OS); in writeElemSection()1033 for (uint32_t Elem : TableElems) in writeElemSection()1458 SmallVector<uint32_t, 4> TableElems; in writeOneObject() local1827 uint32_t TableIndex = TableElems.size() + InitialTableOffset; in writeOneObject()1831 TableElems.push_back(FunctionIndex); in writeOneObject()1908 writeImportSection(Imports, DataSize, TableElems.size()); in writeOneObject()1918 TableElems); in writeOneObject()