Searched refs:AttributeSection (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 41 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 D | MCELFStreamer.h | 108 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 D | RISCVELFStreamer.cpp | 100 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 D | RISCVELFStreamer.h | 31 MCSection *AttributeSection = nullptr; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 826 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 D | ARMELFStreamer.cpp | 281 MCSection *AttributeSection = nullptr; member in __anonf4a9be480111::ARMTargetELFStreamer 969 ELF::SHT_ARM_ATTRIBUTES, AttributeSection); in finishAttributeSection() 1007 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()
|