Searched refs:TableElems (Results 1 – 1 of 1) sorted by relevance
315 ArrayRef<uint32_t> TableElems);931 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) { in writeElemSection() argument932 if (TableElems.empty()) in writeElemSection()963 encodeULEB128(TableElems.size(), W->OS); in writeElemSection()964 for (uint32_t Elem : TableElems) in writeElemSection()1398 SmallVector<uint32_t, 4> TableElems; in writeOneObject() local1771 uint32_t TableIndex = TableElems.size() + InitialTableOffset; in writeOneObject()1775 TableElems.push_back(FunctionIndex); in writeOneObject()1857 writeImportSection(Imports, DataSize, TableElems.size()); in writeOneObject()1867 TableElems); in writeOneObject()