Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DConfig.h43 bool importTable; member
H A DDriver.cpp367 config->importTable = args.hasArg(OPT_import_table); in readConfigs()
462 config->importTable = true; in setConfigs()
471 config->importTable = true; in setConfigs()
500 if (config->importTable && config->exportTable) in checkOptions()
H A DSymbolTable.cpp698 if (config->importTable) { in resolveIndirectFunctionTable()