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

References

tools/lld/wasm/Relocations.cpp
   65           out.typeSec->registerType(types[reloc.Index]);
tools/lld/wasm/SyntheticSections.cpp
  171       import.SigIndex = out.typeSec->lookupType(*functionSym->signature);
  179       import.Event.SigIndex = out.typeSec->lookupType(*eventSym->signature);
  202     writeUleb128(os, out.typeSec->lookupType(func->signature), "sig index");
  305     e->event.Type.SigIndex = out.typeSec->lookupType(e->signature);
tools/lld/wasm/Writer.cpp
  336   addSection(out.typeSec);
  576         file->typeMap[i] = out.typeSec->registerType(types[i]);
  581       out.typeSec->registerType(*f->signature);
  583       out.typeSec->registerType(*e->signature);
  587     out.typeSec->registerType(f->signature);
  590     out.typeSec->registerType(e->signature);
  961   out.typeSec = make<TypeSection>();