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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp41 MCSection *AttributeSection = getStreamer().getContext().getELFSection( local
43 Streamer.SwitchSection(AttributeSection);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp310 MCSection *AttributeSection = nullptr;
1086 if (AttributeSection) {
1087 Streamer.SwitchSection(AttributeSection);
1089 AttributeSection = Streamer.getContext().getELFSection(
1091 Streamer.SwitchSection(AttributeSection);
1171 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; }

Completed in 166 milliseconds