Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DConfig.h35 bool exportAll; member
H A DSymbols.cpp230 if (config->exportAll || (config->exportDynamic && !isHidden())) in isExported()
H A DSymbolTable.cpp224 if (!s && (config->exportAll || config->exportedSymbols.count(name) != 0)) in addOptionalDataSymbol()
H A DDriver.cpp362 config->exportAll = args.hasArg(OPT_export_all); in readConfigs()