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

Declarations

tools/lld/wasm/SyntheticSections.h
   91   uint32_t registerType(const WasmSignature &sig);

References

tools/lld/wasm/Relocations.cpp
   65           out.typeSec->registerType(types[reloc.Index]);
tools/lld/wasm/Writer.cpp
  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);