Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp91 std::vector<const Symbol *> exportInfo; in writeBody() local
95 exportInfo.push_back(sym); in writeBody()
103 if (!exportInfo.empty()) { in writeBody()
105 writeUleb128(sub.os, exportInfo.size(), "num exports"); in writeBody()
107 for (const Symbol *sym : exportInfo) { in writeBody()