Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp314 void writeElemSection(const MCSymbolWasm *IndirectFunctionTable,
931 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) { in writeElemSection() argument
935 assert(IndirectFunctionTable); in writeElemSection()
942 assert(WasmIndices.count(IndirectFunctionTable)); in writeElemSection()
943 uint32_t TableNumber = WasmIndices.find(IndirectFunctionTable)->second; in writeElemSection()
1864 const MCSymbol *IndirectFunctionTable = in writeOneObject() local
1866 writeElemSection(cast_or_null<const MCSymbolWasm>(IndirectFunctionTable), in writeOneObject()