Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp40 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer() local
42 Streamer.switchSection(AttributeSection); in MSP430TargetELFStreamer()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h119 unsigned Type, MCSection *&AttributeSection) { in emitAttributesSection() argument
120 createAttributesSection(Vendor, Section, Type, AttributeSection, Contents); in emitAttributesSection()
127 unsigned Type, MCSection *&AttributeSection,
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp85 ELF::SHT_RISCV_ATTRIBUTES, AttributeSection); in finishAttributeSection()
124 AttributeSection = nullptr; in reset()
H A DRISCVELFStreamer.h47 MCSection *AttributeSection = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp727 MCSection *&AttributeSection, SmallVector<AttributeItem, 64> &AttrsVec) { in createAttributesSection() argument
737 if (AttributeSection) { in createAttributesSection()
738 switchSection(AttributeSection); in createAttributesSection()
740 AttributeSection = getContext().getELFSection(Section, Type, 0); in createAttributesSection()
741 switchSection(AttributeSection); in createAttributesSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp317 void reset() override { AttributeSection = nullptr; } in reset()
320 MCSection *AttributeSection = nullptr; member in __anon9dcc64640311::HexagonTargetELFStreamer
328 ELF::SHT_HEXAGON_ATTRIBUTES, AttributeSection); in finishAttributeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp389 MCSection *AttributeSection = nullptr; member in __anonf150d5940111::ARMTargetELFStreamer
1072 ELF::SHT_ARM_ATTRIBUTES, AttributeSection); in finishAttributeSection()
1110 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()