Searched refs:AttSubSection (Results 1 – 2 of 2) sorted by relevance
168 MCELFStreamer::AttributeSubSection AttSubSection; in emitAttributesSubsection() local169 AttSubSection.VendorName = VendorName; in emitAttributesSubsection()170 AttSubSection.IsOptional = IsOptional; in emitAttributesSubsection()171 AttSubSection.ParameterType = ParameterType; in emitAttributesSubsection()172 AttributeSubSections.push_back(AttSubSection); in emitAttributesSubsection()
117 MCELFStreamer::AttributeSubSection &AttSubSection);