Home | History | Annotate | Download | only in MC

Lines Matching refs:SecName

1347     StringRef SecName(Section.getSectionName());
1348 if (SecName == ".ARM.exidx") {
1354 } else if (SecName.startswith(".ARM.exidx")) {
1356 Asm.getContext().getELFSection(SecName.substr(sizeof(".ARM.exidx") - 1),