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

References

tools/lld/wasm/SyntheticSections.cpp
  574   uint32_t count = sec->getNumRelocations();
  575   assert(sec->sectionIndex != UINT32_MAX);
  576   writeUleb128(bodyOutputStream, sec->sectionIndex, "reloc section");
  578   sec->writeRelocations(bodyOutputStream);
tools/lld/wasm/SyntheticSections.h
  329   bool isNeeded() const override { return sec->getNumRelocations() > 0; };