Home | History | Annotate | Download | only in MCParser

Lines Matching defs:SectionName

148   bool ParseSectionName(StringRef &SectionName);
221 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) {
228 SectionName = getTok().getIdentifier();
252 SectionName = StringRef(FirstLoc.getPointer(), Size);
331 StringRef SectionName;
333 if (ParseSectionName(SectionName))
342 if (SectionName == ".fini" || SectionName == ".init" ||
343 SectionName == ".rodata")
345 if (SectionName == ".fini" || SectionName == ".init")
432 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type,