Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Segment

40   bool parseSectionSwitch(const char *Segment, const char *Section,
383 bool DarwinAsmParser::parseSectionSwitch(const char *Segment,
394 Segment, Section, TAA, StubSize,
580 StringRef Segment, Section;
585 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
615 bool isText = Segment == "__TEXT"; // FIXME: Hack.
617 Segment, Section, TAA, StubSize,
778 StringRef Segment;
779 if (getParser().parseIdentifier(Segment))
780 return TokError("expected segment name after '.zerofill' directive");
796 Segment, Section, MachO::S_ZEROFILL,
854 Segment