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

/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp66 virtual void ChangeSection(const MCSection *Section, function in class:__anon2345::AArch64ELFStreamer
74 MCELFStreamer::ChangeSection(Section, Subsection);
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h86 virtual void ChangeSection(const MCSection *Section,
H A DMCStreamer.h192 /// ChangeSection - Update streamer for a new active section.
196 virtual void ChangeSection(const MCSection *, const MCExpr *) = 0;
206 /// the section stack. Calls ChangeSection as needed.
216 ChangeSection(curSection.first, curSection.second);
238 ChangeSection(Section, Subsection);
244 /// version does not call ChangeSection.
H A DMCELFStreamer.h53 virtual void ChangeSection(const MCSection *Section,
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCNullStreamer.cpp33 virtual void ChangeSection(const MCSection *Section, function in class:__anon2295::MCNullStreamer
H A DMCELFStreamer.cpp112 void MCELFStreamer::ChangeSection(const MCSection *Section, function in class:MCELFStreamer
120 this->MCObjectStreamer::ChangeSection(Section, Subsection);
H A DMCObjectStreamer.cpp170 void MCObjectStreamer::ChangeSection(const MCSection *Section, function in class:MCObjectStreamer
H A DMCAsmStreamer.cpp127 virtual void ChangeSection(const MCSection *Section,
332 void MCAsmStreamer::ChangeSection(const MCSection *Section, function in class:MCAsmStreamer
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp86 virtual void ChangeSection(const MCSection *Section,
94 MCELFStreamer::ChangeSection(Section, Subsection);

Completed in 93 milliseconds