Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
186 AttributeSection = nullptr; in reset()
H A DRISCVELFStreamer.h48 MCSection *AttributeSection = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp44 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer() local
46 Streamer.switchSection(AttributeSection); in MSP430TargetELFStreamer()
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCELFStreamer.cpp832 MCSection *&AttributeSection, SmallVector<AttributeItem, 64> &AttrsVec) { in createAttributesSection() argument
842 if (AttributeSection) { in createAttributesSection()
843 switchSection(AttributeSection); in createAttributesSection()
845 AttributeSection = getContext().getELFSection(Section, Type, 0); in createAttributesSection()
846 switchSection(AttributeSection); in createAttributesSection()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp390 MCSection *AttributeSection = nullptr; member in __anon351017eb0111::ARMTargetELFStreamer
1082 ELF::SHT_ARM_ATTRIBUTES, AttributeSection); in finishAttributeSection()
1120 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()