Lines Matching refs:OutSection
581 MCSection *OutSection = SectionPair->second.first; in handleSection() local
582 if (OutSection == StrOffsetSection) in handleSection()
584 else if (OutSection == StrSection) in handleSection()
586 else if (OutSection == TypesSection) in handleSection()
588 else if (OutSection == CUIndexSection) in handleSection()
590 else if (OutSection == TUIndexSection) in handleSection()
592 else if (OutSection == InfoSection) in handleSection()
595 Out.switchSection(OutSection); in handleSection()
861 MCSection *OutSection; in write() local
866 OutSection = InfoSection; in write()
875 OutSection = TypesSection; in write()
891 Out, TypeIndexEntries, TUIndex, OutSection, TypeInputSection, in write()