Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp90 std::vector<const Symbol *> exportInfo; in writeBody() local
94 exportInfo.push_back(sym); in writeBody()
102 if (!exportInfo.empty()) { in writeBody()
104 writeUleb128(sub.os, exportInfo.size(), "num exports"); in writeBody()
106 for (const Symbol *sym : exportInfo) { in writeBody()