reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
63 void setSectionName(StringRef Name) { SectionName = Name; } 70 StringRef getSectionName() const { return SectionName; }lib/MC/MCSectionELF.cpp
56 if (ShouldOmitSectionDirective(SectionName, MAI)) {