Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DConfig.h45 bool importTable; member
DDriver.cpp379 config->importTable = args.hasArg(OPT_import_table); in readConfigs()
468 config->importTable = true; in setConfigs()
497 if (config->importTable && config->exportTable) in checkOptions()
DSyntheticSections.h157 return !config->importTable; in isNeeded()
DSyntheticSections.cpp99 if (config->importTable) in getNumImports()
147 if (config->importTable) { in writeBody()