Home | History | Annotate | Download | only in MCParser

Lines Matching refs:SectionName

152   bool ParseSectionName(StringRef &SectionName);
225 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) {
232 SectionName = getTok().getIdentifier();
256 SectionName = StringRef(FirstLoc.getPointer(), Size);
335 StringRef SectionName;
337 if (ParseSectionName(SectionName))
346 if (SectionName == ".fini" || SectionName == ".init" ||
347 SectionName == ".rodata")
349 if (SectionName == ".fini" || SectionName == ".init")
417 if (SectionName.startswith(".note"))
419 else if (SectionName == ".init_array")
421 else if (SectionName == ".fini_array")
423 else if (SectionName == ".preinit_array")
445 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type,