Searched refs:TableElems (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp336 ArrayRef<uint32_t> TableElems);
1002 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) {
1003 if (TableElems.empty())
1034 encodeULEB128(TableElems.size(), W->OS);
1035 for (uint32_t Elem : TableElems)
1465 SmallVector<uint32_t, 4> TableElems; local
1835 uint32_t TableIndex = TableElems.size() + InitialTableOffset;
1839 TableElems.push_back(FunctionIndex);
1922 writeImportSection(Imports, DataSize, TableElems.size());
1932 TableElems); local
1001 writeElemSection( const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) argument
[all...]

Completed in 122 milliseconds