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