Searched refs:IndirectFunctionTable (Results 1 – 1 of 1) sorted by relevance
332 void writeElemSection(const MCSymbolWasm *IndirectFunctionTable,999 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) { in writeElemSection() argument1003 assert(IndirectFunctionTable); in writeElemSection()1010 assert(WasmIndices.count(IndirectFunctionTable)); in writeElemSection()1011 uint32_t TableNumber = WasmIndices.find(IndirectFunctionTable)->second; in writeElemSection()1915 const MCSymbol *IndirectFunctionTable = in writeOneObject() local1917 writeElemSection(cast_or_null<const MCSymbolWasm>(IndirectFunctionTable), in writeOneObject()