Home
last modified time | relevance | path

Searched refs:AttSubSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp168 MCELFStreamer::AttributeSubSection AttSubSection; in emitAttributesSubsection() local
169 AttSubSection.VendorName = VendorName; in emitAttributesSubsection()
170 AttSubSection.IsOptional = IsOptional; in emitAttributesSubsection()
171 AttSubSection.ParameterType = ParameterType; in emitAttributesSubsection()
172 AttributeSubSections.push_back(AttSubSection); in emitAttributesSubsection()
H A DAArch64TargetStreamer.h117 MCELFStreamer::AttributeSubSection &AttSubSection);