Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Segment

40   bool parseSectionSwitch(const char *Segment, const char *Section,
392 bool DarwinAsmParser::parseSectionSwitch(const char *Segment,
403 Segment, Section, TAA, StubSize,
610 StringRef Segment, Section;
615 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
645 bool isText = Segment == "__TEXT"; // FIXME: Hack.
647 Segment, Section, TAA, StubSize,
808 StringRef Segment;
809 if (getParser().parseIdentifier(Segment))
810 return TokError("expected segment name after '.zerofill' directive");
826 Segment, Section, MachO::S_ZEROFILL,
884 Segment, Section, MachO::S_ZEROFILL,