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

References

tools/lld/ELF/InputSection.cpp
   61                                    StringRef name, Kind sectionKind)
  124                                    StringRef name, Kind sectionKind)
  362                            StringRef name, Kind k)
tools/lld/ELF/InputSection.h
   44   Kind kind() const { return (Kind)sectionKind; }
   95   SectionBase(Kind sectionKind, StringRef name, uint64_t flags,
  108                    StringRef name, Kind sectionKind);
  113                    Kind sectionKind);
  315                ArrayRef<uint8_t> data, StringRef name, Kind k = Regular);