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

Declarations

tools/lld/wasm/InputChunks.h
   53   StringRef getComdatName() const;

References

tools/lld/wasm/SyntheticSections.cpp
  456     StringRef comdat = f->getComdatName();
  465     StringRef comdat = inputSegments[0]->getComdatName();
  468       assert(isec->getComdatName() == comdat);