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

Overridden By

tools/lld/wasm/OutputSections.cpp
   98 void CodeSection::writeTo(uint8_t *buf) {
  176 void DataSection::writeTo(uint8_t *buf) {
  237 void CustomSection::writeTo(uint8_t *buf) {
tools/lld/wasm/SyntheticSections.h
   44   void writeTo(uint8_t *buf) override {

References

tools/lld/wasm/Writer.cpp
  186     s->writeTo(buf);