Home
last modified time | relevance | path

Searched refs:exportedSymbols (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/wasm/
DConfig.h75 llvm::StringSet<> exportedSymbols; member
DSyntheticSections.h237 std::vector<const Symbol *> exportedSymbols; variable
DDriver.cpp876 config->exportedSymbols.insert(arg->getValue()); in link()
914 !config->exportedSymbols.count(WasmSym::callCtors->getName())) { in link()
DWriter.cpp494 for (const Symbol *sym : out.exportSec->exportedSymbols) { in populateTargetFeatures()
638 out.exportSec->exportedSymbols.push_back(sym); in calculateExports()
DSymbolTable.cpp216 if (!s && (config->exportAll || config->exportedSymbols.count(name) != 0)) in addOptionalDataSymbol()