Searched refs:exportInfo (Results 1 – 1 of 1) sorted by relevance
91 std::vector<const Symbol *> exportInfo; in writeBody() local95 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()