Searched refs:AttributeSection (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 40 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer() local 42 Streamer.switchSection(AttributeSection); in MSP430TargetELFStreamer()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCELFStreamer.h | 119 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 D | CSKYELFStreamer.cpp | 85 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 D | CSKYELFStreamer.h | 33 MCSection *AttributeSection = nullptr; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 85 ELF::SHT_RISCV_ATTRIBUTES, AttributeSection); in finishAttributeSection() 124 AttributeSection = nullptr; in reset()
|
| H A D | RISCVELFStreamer.h | 47 MCSection *AttributeSection = nullptr; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 727 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 D | HexagonMCTargetDesc.cpp | 317 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 D | ARMELFStreamer.cpp | 389 MCSection *AttributeSection = nullptr; member in __anonf150d5940111::ARMTargetELFStreamer 1072 ELF::SHT_ARM_ATTRIBUTES, AttributeSection); in finishAttributeSection() 1110 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()
|