Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp335 void writeElemSection(const MCSymbolWasm *IndirectFunctionTable,
1000 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) { in writeElemSection() argument
1004 assert(IndirectFunctionTable); in writeElemSection()
1011 assert(WasmIndices.count(IndirectFunctionTable)); in writeElemSection()
1012 uint32_t TableNumber = WasmIndices.find(IndirectFunctionTable)->second; in writeElemSection()
1928 const MCSymbol *IndirectFunctionTable = in writeOneObject() local
1930 writeElemSection(cast_or_null<const MCSymbolWasm>(IndirectFunctionTable), in writeOneObject()