Home
last modified time | relevance | path

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

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