reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/wasm/OutputSections.cpp
   70   return sectionTypeToString(type);
   76   encodeULEB128(type, os);
tools/lld/wasm/Writer.cpp
  157     if (sec->type == WASM_SEC_DATA)
  159     else if (sec->type == WASM_SEC_CODE)
  161     else if (sec->type == WASM_SEC_CUSTOM)