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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp41 MCSection *AttributeSection = getStreamer().getContext().getELFSection( local
43 Streamer.SwitchSection(AttributeSection);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp96 if (AttributeSection) {
97 Streamer.SwitchSection(AttributeSection);
100 AttributeSection = MCA.getContext().getELFSection(
102 Streamer.SwitchSection(AttributeSection);
H A DRISCVELFStreamer.h31 MCSection *AttributeSection = nullptr; member in class:llvm::RISCVTargetELFStreamer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp314 MCSection *AttributeSection = nullptr;
1079 if (AttributeSection) {
1080 Streamer.SwitchSection(AttributeSection);
1082 AttributeSection = Streamer.getContext().getELFSection(
1084 Streamer.SwitchSection(AttributeSection);
1164 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; }

Completed in 109 milliseconds