reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
211 writeStr(os, export_.Name, "export name"); 212 writeU8(os, export_.Kind, "export kind"); 213 switch (export_.Kind) { 215 writeUleb128(os, export_.Index, "function index"); 218 writeUleb128(os, export_.Index, "global index"); 221 writeUleb128(os, export_.Index, "memory index"); 224 writeUleb128(os, export_.Index, "table index"); 227 fatal("unsupported export type: " + Twine(export_.Kind));