Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp315 ArrayRef<uint32_t> TableElems);
942 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) { in writeElemSection() argument
943 if (TableElems.empty()) in writeElemSection()
974 encodeULEB128(TableElems.size(), W->OS); in writeElemSection()
975 for (uint32_t Elem : TableElems) in writeElemSection()
1409 SmallVector<uint32_t, 4> TableElems; in writeOneObject() local
1782 uint32_t TableIndex = TableElems.size() + InitialTableOffset; in writeOneObject()
1786 TableElems.push_back(FunctionIndex); in writeOneObject()
1868 writeImportSection(Imports, DataSize, TableElems.size()); in writeOneObject()
1878 TableElems); in writeOneObject()