Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h122 unsigned Type, MCSection *&AttributeSection) { in emitAttributesSection() argument
123 createAttributesSection(Vendor, Section, Type, AttributeSection, Contents); in emitAttributesSection()
126 emitAttributesSection(MCSection *&AttributeSection, const Twine &Section, in emitAttributesSection() argument
129 createAttributesWithSubsection(AttributeSection, Section, Type, in emitAttributesSection()
137 unsigned Type, MCSection *&AttributeSection,
140 MCSection *&AttributeSection, const Twine &Section, unsigned Type,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp611 MCSection *&AttributeSection, SmallVector<AttributeItem, 64> &AttrsVec) { in createAttributesSection() argument
621 if (AttributeSection) { in createAttributesSection()
622 switchSection(AttributeSection); in createAttributesSection()
624 AttributeSection = getContext().getELFSection(Section, Type, 0); in createAttributesSection()
625 switchSection(AttributeSection); in createAttributesSection()
672 MCSection *&AttributeSection, const Twine &Section, unsigned Type, in createAttributesWithSubsection() argument
685 if (AttributeSection) { in createAttributesWithSubsection()
686 switchSection(AttributeSection); in createAttributesWithSubsection()
688 AttributeSection = getContext().getELFSection(Section, Type, 0); in createAttributesWithSubsection()
689 switchSection(AttributeSection); in createAttributesWithSubsection()
/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/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp86 if (AttributeSection) { in finishAttributeSection()
87 Streamer.switchSection(AttributeSection); in finishAttributeSection()
90 AttributeSection = MCA.getContext().getELFSection( in finishAttributeSection()
92 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.cpp76 ELF::SHT_RISCV_ATTRIBUTES, AttributeSection); in finishAttributeSection()
115 AttributeSection = nullptr; in reset()
H A DRISCVELFStreamer.h45 MCSection *AttributeSection = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp342 void reset() override { AttributeSection = nullptr; } in reset()
345 MCSection *AttributeSection = nullptr; member in __anon9dcc64640311::HexagonTargetELFStreamer
353 ELF::SHT_HEXAGON_ATTRIBUTES, AttributeSection); in finishAttributeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.h129 MCSection *AttributeSection = nullptr; variable
H A DAArch64ELFStreamer.cpp467 S.emitAttributesSection(AttributeSection, ".ARM.attributes", in finish()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp411 MCSection *AttributeSection = nullptr; member in __anonf150d5940111::ARMTargetELFStreamer
1082 ELF::SHT_ARM_ATTRIBUTES, AttributeSection); in finishAttributeSection()
1129 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()