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

Declarations

tools/lld/wasm/SyntheticSections.h
  290   unsigned numNames() const;

References

tools/lld/wasm/SyntheticSections.cpp
  507   writeUleb128(sub.os, numNames(), "name count");
tools/lld/wasm/SyntheticSections.h
  287     return !config->stripDebug && !config->stripAll && numNames() > 0;