Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/wasm/
H A DConfig.h40 bool exportAll; member
H A DSymbols.cpp237 if (config->exportAll || (config->exportDynamic && !isHidden())) in isExported()
H A DSymbolTable.cpp232 if (!s && (config->exportAll || config->exportedSymbols.count(name) != 0)) in addOptionalDataSymbol()
H A DDriver.cpp405 config->exportAll = args.hasArg(OPT_export_all); in readConfigs()