Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp41 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer() local
43 Streamer.SwitchSection(AttributeSection); in MSP430TargetELFStreamer()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h108 unsigned Type, MCSection *&AttributeSection) { in emitAttributesSection() argument
109 createAttributesSection(Vendor, Section, Type, AttributeSection, Contents); in emitAttributesSection()
116 unsigned Type, MCSection *&AttributeSection,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp100 if (AttributeSection) { in finishAttributeSection()
101 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
104 AttributeSection = MCA.getContext().getELFSection( in finishAttributeSection()
106 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
H A DRISCVELFStreamer.h31 MCSection *AttributeSection = nullptr; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp826 MCSection *&AttributeSection, SmallVector<AttributeItem, 64> &AttrsVec) { in createAttributesSection() argument
836 if (AttributeSection) { in createAttributesSection()
837 SwitchSection(AttributeSection); in createAttributesSection()
839 AttributeSection = getContext().getELFSection(Section, Type, 0); in createAttributesSection()
840 SwitchSection(AttributeSection); in createAttributesSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp281 MCSection *AttributeSection = nullptr; member in __anonf4a9be480111::ARMTargetELFStreamer
969 ELF::SHT_ARM_ATTRIBUTES, AttributeSection); in finishAttributeSection()
1007 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()