Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputFiles.cpp274 uint32_t tableCount = wasmObj->getNumImportedTables() + tables.size(); in addLegacyIndirectFunctionTableIfNeeded() local
277 if (tableCount == tableSymbolCount) in addLegacyIndirectFunctionTableIfNeeded()
287 Twine(tableCount) + " table(s) present, but got " + in addLegacyIndirectFunctionTableIfNeeded()
302 if (tableCount != 1) { in addLegacyIndirectFunctionTableIfNeeded()