Lines Matching refs:OutSection
522 MCSection *OutSection = SectionPair->second.first; in handleSection() local
523 if (OutSection == StrOffsetSection) in handleSection()
525 else if (OutSection == StrSection) in handleSection()
527 else if (OutSection == TypesSection) in handleSection()
529 else if (OutSection == CUIndexSection) in handleSection()
531 else if (OutSection == TUIndexSection) in handleSection()
533 else if (OutSection == InfoSection) in handleSection()
536 Out.switchSection(OutSection); in handleSection()
765 MCSection *OutSection; in write() local
770 OutSection = InfoSection; in write()
779 OutSection = TypesSection; in write()
794 addAllTypesFromDWP(Out, TypeIndexEntries, TUIndex, OutSection, in write()