Home
last modified time | relevance | path

Searched refs:AttributeSection (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp75 if (AttributeSection) { in finishAttributeSection()
76 Streamer.switchSection(AttributeSection); in finishAttributeSection()
79 AttributeSection = MCA.getContext().getELFSection( in finishAttributeSection()
81 Streamer.switchSection(AttributeSection); in finishAttributeSection()
184 AttributeSection = nullptr; in reset()
H A DRISCVELFStreamer.h31 MCSection *AttributeSection = nullptr; variable
/llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp44 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer() local
46 Streamer.switchSection(AttributeSection); in MSP430TargetELFStreamer()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCELFStreamer.h115 unsigned Type, MCSection *&AttributeSection) { in emitAttributesSection() argument
116 createAttributesSection(Vendor, Section, Type, AttributeSection, Contents); in emitAttributesSection()
123 unsigned Type, MCSection *&AttributeSection,
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp85 if (AttributeSection) { in finishAttributeSection()
86 Streamer.switchSection(AttributeSection); in finishAttributeSection()
89 AttributeSection = MCA.getContext().getELFSection( in finishAttributeSection()
91 Streamer.switchSection(AttributeSection); in finishAttributeSection()
H A DCSKYELFStreamer.h33 MCSection *AttributeSection = nullptr; variable
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCELFStreamer.cpp825 MCSection *&AttributeSection, SmallVector<AttributeItem, 64> &AttrsVec) { in createAttributesSection() argument
835 if (AttributeSection) { in createAttributesSection()
836 switchSection(AttributeSection); in createAttributesSection()
838 AttributeSection = getContext().getELFSection(Section, Type, 0); in createAttributesSection()
839 switchSection(AttributeSection); in createAttributesSection()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DARMAttributeParser.cpp9 struct AttributeSection { struct
13 AttributeSection(unsigned tag, unsigned value) : Tag(tag), Value(value) { } in AttributeSection() argument
32 AttributeSection Section(Tag, Value); in testBuildAttr() argument
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp385 MCSection *AttributeSection = nullptr; member in __anon948350c40111::ARMTargetELFStreamer
1077 ELF::SHT_ARM_ATTRIBUTES, AttributeSection); in finishAttributeSection()
1115 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()