Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.cpp272 uint32_t tableCount = wasmObj->getNumImportedTables() + tables.size(); in addLegacyIndirectFunctionTableIfNeeded() local
275 if (tableCount == tableSymbolCount) in addLegacyIndirectFunctionTableIfNeeded()
285 Twine(tableCount) + " table(s) present, but got " + in addLegacyIndirectFunctionTableIfNeeded()
300 if (tableCount != 1) { in addLegacyIndirectFunctionTableIfNeeded()