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

Declarations

tools/lld/wasm/OutputSections.h
   35   StringRef getSectionName() const;

References

tools/lld/wasm/OutputSections.cpp
   29     return (sec.getSectionName() + "(" + sec.name + ")").str();
   30   return sec.getSectionName();
   75   debugWrite(os.tell(), "section type [" + getSectionName() + "]");