Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp336 ArrayRef<uint32_t> TableElems);
1000 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) { in writeElemSection() argument
1001 if (TableElems.empty()) in writeElemSection()
1032 encodeULEB128(TableElems.size(), W->OS); in writeElemSection()
1033 for (uint32_t Elem : TableElems) in writeElemSection()
1466 SmallVector<uint32_t, 4> TableElems; in writeOneObject() local
1841 uint32_t TableIndex = TableElems.size() + InitialTableOffset; in writeOneObject()
1845 TableElems.push_back(FunctionIndex); in writeOneObject()
1928 writeImportSection(Imports, DataSize, TableElems.size()); in writeOneObject()
1938 TableElems); in writeOneObject()