Home | History | Annotate | Download | only in MC

Lines Matching defs:SectionName

1120     const StringRef SectionName = Section.getSectionName();
1122 RelaSectionName += SectionName;
1235 StringRef SectionName = Section.getSectionName();
1263 (".z" + SectionName.drop_front(1)).str());
1280 StringRef SectionName = Section.getSectionName();
1285 if (!SectionName.startswith(".debug_") || SectionName == ".debug_frame")
1535 StringRef SectionName = Section.getSectionName().substr(SecNameLen);
1539 InfoSection = Asm.getContext().getELFSection(SectionName, ELF::SHT_PROGBITS,