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

References

include/llvm/MC/MCSectionELF.h
   63   void setSectionName(StringRef Name) { SectionName = Name; }
   70   StringRef getSectionName() const { return SectionName; }
lib/MC/MCSectionELF.cpp
   56   if (ShouldOmitSectionDirective(SectionName, MAI)) {