| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCELFStreamer.h | 122 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 D | MCELFStreamer.cpp | 611 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 D | MSP430ELFStreamer.cpp | 40 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 D | CSKYELFStreamer.cpp | 86 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 D | CSKYELFStreamer.h | 33 MCSection *AttributeSection = nullptr; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 76 ELF::SHT_RISCV_ATTRIBUTES, AttributeSection); in finishAttributeSection() 115 AttributeSection = nullptr; in reset()
|
| H A D | RISCVELFStreamer.h | 45 MCSection *AttributeSection = nullptr; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCTargetDesc.cpp | 342 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 D | AArch64TargetStreamer.h | 129 MCSection *AttributeSection = nullptr; variable
|
| H A D | AArch64ELFStreamer.cpp | 467 S.emitAttributesSection(AttributeSection, ".ARM.attributes", in finish()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 411 MCSection *AttributeSection = nullptr; member in __anonf150d5940111::ARMTargetELFStreamer 1082 ELF::SHT_ARM_ATTRIBUTES, AttributeSection); in finishAttributeSection() 1129 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()
|