Searched refs:TableElems (Results 1 – 1 of 1) sorted by relevance
331 ArrayRef<uint32_t> TableElems);976 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) { in writeElemSection() argument977 if (TableElems.empty()) in writeElemSection()1009 encodeULEB128(TableElems.size(), W->OS); in writeElemSection()1010 for (uint32_t Elem : TableElems) in writeElemSection()1451 SmallVector<uint32_t, 4> TableElems; in writeOneObject() local1834 uint32_t TableIndex = TableElems.size() + InitialTableOffset; in writeOneObject()1838 TableElems.push_back(FunctionIndex); in writeOneObject()1913 writeImportSection(Imports, DataSize, TableElems.size()); in writeOneObject()1923 TableElems); in writeOneObject()