Lines Matching defs:SectionName
44 bool ParseSectionName(StringRef &SectionName);
45 bool ParseSectionFlags(StringRef SectionName, StringRef FlagsString,
150 bool COFFAsmParser::ParseSectionFlags(StringRef SectionName,
256 MCSectionCOFF::isImplicitlyDiscardable(SectionName))
325 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) {
329 SectionName = getTok().getIdentifier();
355 StringRef SectionName;
357 if (ParseSectionName(SectionName))
373 if (ParseSectionFlags(SectionName, FlagsStr, &Flags))
408 ParseSectionSwitch(SectionName, Flags, COMDATSymName, Type);