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

Declarations

tools/lld/COFF/Chunks.h
  205   void writeTo(uint8_t *buf) const;

References

tools/lld/COFF/Chunks.h
  369     static_cast<const SectionChunk *>(this)->writeTo(buf);
tools/lld/COFF/PDB.cpp
  945   debugChunk.writeTo(buffer);