Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp42 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer() local
44 Streamer.SwitchSection(AttributeSection); in MSP430TargetELFStreamer()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp311 MCSection *AttributeSection = nullptr; member in __anonb90111790111::ARMTargetELFStreamer
1085 if (AttributeSection) { in finishAttributeSection()
1086 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
1088 AttributeSection = Streamer.getContext().getELFSection( in finishAttributeSection()
1090 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
1170 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()