Lines Matching defs:OutSection
605 MCSection *OutSection = SectionPair->second.first;
606 if (OutSection == StrOffsetSection)
608 else if (OutSection == StrSection)
610 else if (OutSection == TypesSection)
612 else if (OutSection == CUIndexSection)
614 else if (OutSection == TUIndexSection)
616 else if (OutSection == InfoSection)
619 Out.switchSection(OutSection);
885 MCSection *OutSection;
890 OutSection = InfoSection;
899 OutSection = TypesSection;
915 Out, TypeIndexEntries, TUIndex, OutSection, TypeInputSection,