Lines Matching defs:SectionName
38 bool parseSectionSwitch(StringRef SectionName, unsigned Characteristics);
40 bool parseSectionSwitch(StringRef SectionName, unsigned Characteristics,
213 bool COFFMasmParser::parseSectionSwitch(StringRef SectionName,
215 return parseSectionSwitch(SectionName, Characteristics, "",
219 bool COFFMasmParser::parseSectionSwitch(StringRef SectionName,
228 MCSection *Section = getContext().getCOFFSection(SectionName, Characteristics,
243 StringRef SectionName = SegmentName;
249 SectionName = ".text";
251 SectionName =
309 SectionName = getTok().getStringContents();
361 MCSection *Section = getContext().getCOFFSection(SectionName, Flags, "",