Lines Matching defs:AttributeSection
726 MCSection *&AttributeSection, SmallVector<AttributeItem, 64> &AttrsVec) {
735 // Switch section to AttributeSection or get/create the section.
736 if (AttributeSection) {
737 switchSection(AttributeSection);
739 AttributeSection = getContext().getELFSection(Section, Type, 0);
740 switchSection(AttributeSection);
787 MCSection *&AttributeSection, const Twine &Section, unsigned Type,
799 // Switch section to AttributeSection or get/create the section.
800 if (AttributeSection) {
801 switchSection(AttributeSection);
803 AttributeSection = getContext().getELFSection(Section, Type, 0);
804 switchSection(AttributeSection);