Home
last modified time | relevance | path

Searched refs:AttributeSubSections (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp161 for (MCELFStreamer::AttributeSubSection &SubSection : AttributeSubSections) { in emitAttributesSubsection()
172 AttributeSubSections.push_back(AttSubSection); in emitAttributesSubsection()
178 for (MCELFStreamer::AttributeSubSection &SubSection : AttributeSubSections) { in getActiveAttributesSubsection()
188 for (MCELFStreamer::AttributeSubSection &SubSection : AttributeSubSections) { in getAttributesSubsectionByName()
203 if (AttributeSubSections.size() == 0) { in emitAttribute()
209 for (MCELFStreamer::AttributeSubSection &SubSection : AttributeSubSections) { in emitAttribute()
242 for (MCELFStreamer::AttributeSubSection &SubSection : AttributeSubSections) { in activateAttributesSubsection()
H A DAArch64TargetStreamer.h119 SmallVector<MCELFStreamer::AttributeSubSection, 64> AttributeSubSections; variable
H A DAArch64ELFStreamer.cpp468 ELF::SHT_AARCH64_ATTRIBUTES, AttributeSubSections); in finish()