Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DConfig.h42 bool exportTable; member
H A DSymbolTable.cpp669 uint32_t flags = config->exportTable ? 0 : WASM_SYMBOL_VISIBILITY_HIDDEN; in createUndefinedIndirectFunctionTable()
673 sym->forceExport = config->exportTable; in createUndefinedIndirectFunctionTable()
683 uint32_t flags = config->exportTable ? 0 : WASM_SYMBOL_VISIBILITY_HIDDEN; in createDefinedIndirectFunctionTable()
686 sym->forceExport = config->exportTable; in createDefinedIndirectFunctionTable()
715 } else if ((existing && existing->isLive()) || config->exportTable || in resolveIndirectFunctionTable()
H A DDriver.cpp406 config->exportTable = args.hasArg(OPT_export_table); in readConfigs()
531 if (config->exportTable) in setConfigs()
537 if (config->exportTable) in setConfigs()
583 if (config->importTable && config->exportTable) in checkOptions()