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