Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DConfig.h37 bool exportTable; member
H A DSymbolTable.cpp657 uint32_t flags = config->exportTable ? 0 : WASM_SYMBOL_VISIBILITY_HIDDEN; in createUndefinedIndirectFunctionTable()
661 sym->forceExport = config->exportTable; in createUndefinedIndirectFunctionTable()
671 uint32_t flags = config->exportTable ? 0 : WASM_SYMBOL_VISIBILITY_HIDDEN; in createDefinedIndirectFunctionTable()
674 sym->forceExport = config->exportTable; in createDefinedIndirectFunctionTable()
703 } else if ((existing && existing->isLive()) || config->exportTable || in resolveIndirectFunctionTable()
H A DDriver.cpp363 config->exportTable = args.hasArg(OPT_export_table); in readConfigs()
460 if (config->exportTable) in setConfigs()
466 if (config->exportTable) in setConfigs()
500 if (config->importTable && config->exportTable) in checkOptions()