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

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp335 void writeElemSection(const MCSymbolWasm *IndirectFunctionTable,
1002 const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) {
1006 assert(IndirectFunctionTable);
1013 assert(WasmIndices.count(IndirectFunctionTable));
1014 uint32_t TableNumber = WasmIndices.find(IndirectFunctionTable)->second;
1929 const MCSymbol *IndirectFunctionTable = local
1931 writeElemSection(cast_or_null<const MCSymbolWasm>(IndirectFunctionTable),
1001 writeElemSection( const MCSymbolWasm *IndirectFunctionTable, ArrayRef<uint32_t> TableElems) argument

Completed in 122 milliseconds