Home | History | Annotate | Download | only in MCParser

Lines Matching defs:Segment

36   bool ParseSectionSwitch(const char *Segment, const char *Section,
360 bool DarwinAsmParser::ParseSectionSwitch(const char *Segment,
371 Segment, Section, TAA, StubSize,
525 StringRef Segment, Section;
530 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
537 bool isText = Segment == "__TEXT"; // FIXME: Hack.
539 Segment, Section, TAA, StubSize,
701 StringRef Segment;
702 if (getParser().parseIdentifier(Segment))
703 return TokError("expected segment name after '.zerofill' directive");
719 Segment, Section, MCSectionMachO::S_ZEROFILL,
777 Segment, Section, MCSectionMachO::S_ZEROFILL,