Searched refs:AttributeSection (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 75 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 D | RISCVELFStreamer.h | 48 MCSection *AttributeSection = nullptr; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 44 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer() local 46 Streamer.switchSection(AttributeSection); in MSP430TargetELFStreamer()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCELFStreamer.h | 115 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 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
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 832 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 D | ARMELFStreamer.cpp | 390 MCSection *AttributeSection = nullptr; member in __anon351017eb0111::ARMTargetELFStreamer 1082 ELF::SHT_ARM_ATTRIBUTES, AttributeSection); in finishAttributeSection() 1120 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()
|