Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DConfig.h49 bool importTable; member
H A DDriver.cpp430 config->importTable = args.hasArg(OPT_import_table); in readConfigs()
533 config->importTable = true; in setConfigs()
542 config->importTable = true; in setConfigs()
583 if (config->importTable && config->exportTable) in checkOptions()
H A DSymbolTable.cpp710 if (config->importTable) { in resolveIndirectFunctionTable()