Searched refs:exportedSymbols (Results 1 – 5 of 5) sorted by relevance
75 llvm::StringSet<> exportedSymbols; member
237 std::vector<const Symbol *> exportedSymbols; variable
876 config->exportedSymbols.insert(arg->getValue()); in link()914 !config->exportedSymbols.count(WasmSym::callCtors->getName())) { in link()
494 for (const Symbol *sym : out.exportSec->exportedSymbols) { in populateTargetFeatures()638 out.exportSec->exportedSymbols.push_back(sym); in calculateExports()
216 if (!s && (config->exportAll || config->exportedSymbols.count(name) != 0)) in addOptionalDataSymbol()