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

Overridden By

tools/lld/wasm/OutputSections.cpp
  117 uint32_t CodeSection::getNumRelocations() const {
  201 uint32_t DataSection::getNumRelocations() const {
  255 uint32_t CustomSection::getNumRelocations() const {

References

tools/lld/wasm/SyntheticSections.cpp
  574   uint32_t count = sec->getNumRelocations();
tools/lld/wasm/SyntheticSections.h
  329   bool isNeeded() const override { return sec->getNumRelocations() > 0; };
tools/lld/wasm/Writer.cpp
  152     uint32_t count = sec->getNumRelocations();