Home | History | Annotate | Download | only in MCParser

Lines Matching defs:SectionName

154   bool ParseSectionName(StringRef &SectionName);
231 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) {
238 SectionName = getTok().getIdentifier();
262 SectionName = StringRef(FirstLoc.getPointer(), Size);
345 StringRef SectionName;
347 if (ParseSectionName(SectionName))
357 if (SectionName == ".fini" || SectionName == ".init" ||
358 SectionName == ".rodata")
360 if (SectionName == ".fini" || SectionName == ".init")
437 if (SectionName.startswith(".note"))
439 else if (SectionName == ".init_array")
441 else if (SectionName == ".fini_array")
443 else if (SectionName == ".preinit_array")
465 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type,