Searched refs:ChangeSection (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp65 void ChangeSection(const MCSection *Section,
73 MCELFStreamer::ChangeSection(Section, Subsection);
/external/llvm/include/llvm/MC/
H A DMCELFStreamer.h48 void ChangeSection(const MCSection *Section,
H A DMCStreamer.h317 /// ChangeSection - Update streamer for a new active section.
321 virtual void ChangeSection(const MCSection *, const MCExpr *);
331 /// the section stack. Calls ChangeSection as needed.
341 ChangeSection(curSection.first, curSection.second);
364 ChangeSection(Section, Subsection);
370 /// version does not call ChangeSection.
H A DMCObjectStreamer.h96 void ChangeSection(const MCSection *Section,
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp61 void ChangeSection(const MCSection *Sect, const MCExpr *Subsect) override;
116 void MCMachOStreamer::ChangeSection(const MCSection *Section, function in class:MCMachOStreamer
119 MCObjectStreamer::ChangeSection(Section, Subsection);
H A DMCELFStreamer.cpp85 void MCELFStreamer::ChangeSection(const MCSection *Section, function in class:MCELFStreamer
93 this->MCObjectStreamer::ChangeSection(Section, Subsection);
H A DMCObjectStreamer.cpp166 void MCObjectStreamer::ChangeSection(const MCSection *Section, function in class:MCObjectStreamer
H A DMCAsmStreamer.cpp118 void ChangeSection(const MCSection *Section,
301 void MCAsmStreamer::ChangeSection(const MCSection *Section, function in class:MCAsmStreamer
H A DMCStreamer.cpp670 void MCStreamer::ChangeSection(const MCSection *, const MCExpr *) {} function in class:MCStreamer
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp469 void ChangeSection(const MCSection *Section,
477 MCELFStreamer::ChangeSection(Section, Subsection);

Completed in 72 milliseconds