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

References

tools/lld/wasm/SyntheticSections.cpp
  421         writeUleb128(sub.os, s->section->sectionIndex, "sym section index");
  575   assert(sec->sectionIndex != UINT32_MAX);
  576   writeUleb128(bodyOutputStream, sec->sectionIndex, "reloc section");
tools/lld/wasm/Writer.cpp
  314   sec->sectionIndex = outputSections.size();