Home
last modified time | relevance | path

Searched refs:AttributeSubSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp161 for (MCELFStreamer::AttributeSubSection &SubSection : AttributeSubSections) { in emitAttributesSubsection()
168 MCELFStreamer::AttributeSubSection AttSubSection; in emitAttributesSubsection()
176 std::unique_ptr<MCELFStreamer::AttributeSubSection>
178 for (MCELFStreamer::AttributeSubSection &SubSection : AttributeSubSections) { in getActiveAttributesSubsection()
180 return std::make_unique<MCELFStreamer::AttributeSubSection>(SubSection); in getActiveAttributesSubsection()
186 std::unique_ptr<MCELFStreamer::AttributeSubSection>
188 for (MCELFStreamer::AttributeSubSection &SubSection : AttributeSubSections) { in getAttributesSubsectionByName()
190 return std::make_unique<MCELFStreamer::AttributeSubSection>(SubSection); in getAttributesSubsectionByName()
209 for (MCELFStreamer::AttributeSubSection &SubSection : AttributeSubSections) { in emitAttribute()
242 for (MCELFStreamer::AttributeSubSection &SubSection : AttributeSubSections) { in activateAttributesSubsection()
H A DAArch64TargetStreamer.h111 std::unique_ptr<MCELFStreamer::AttributeSubSection>
113 std::unique_ptr<MCELFStreamer::AttributeSubSection>
117 MCELFStreamer::AttributeSubSection &AttSubSection);
119 SmallVector<MCELFStreamer::AttributeSubSection, 64> AttributeSubSections;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h105 struct AttributeSubSection { struct
128 SmallVector<AttributeSubSection, 64> &SubSectionVec) { in emitAttributesSection() argument
141 SmallVector<AttributeSubSection, 64> &SubSectionVec);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp673 SmallVector<AttributeSubSection, 64> &SubSectionVec) { in createAttributesWithSubsection() argument
695 for (AttributeSubSection &SubSection : SubSectionVec) { in createAttributesWithSubsection()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7935 std::unique_ptr<MCELFStreamer::AttributeSubSection> SubsectionExists = in parseDirectiveAeabiSubSectionHeader()
8043 std::unique_ptr<MCELFStreamer::AttributeSubSection> ActiveSubsection = in parseDirectiveAeabiAArch64Attr()