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