Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp96 if (AttributeSection) { in finishAttributeSection()
97 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
100 AttributeSection = MCA.getContext().getELFSection( in finishAttributeSection()
102 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
H A DRISCVELFStreamer.h31 MCSection *AttributeSection = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp41 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer() local
43 Streamer.SwitchSection(AttributeSection); in MSP430TargetELFStreamer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp314 MCSection *AttributeSection = nullptr; member in __anonf133901f0111::ARMTargetELFStreamer
1099 if (AttributeSection) { in finishAttributeSection()
1100 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
1102 AttributeSection = Streamer.getContext().getELFSection( in finishAttributeSection()
1104 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
1184 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()