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

/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp65 virtual void ChangeSection(const MCSection *Section, function in class:__anon2452::AArch64ELFStreamer
73 MCELFStreamer::ChangeSection(Section, Subsection);
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCNullStreamer.cpp33 virtual void ChangeSection(const MCSection *Section, function in class:__anon2398::MCNullStreamer
H A DMCELFStreamer.cpp116 void MCELFStreamer::ChangeSection(const MCSection *Section, function in class:MCELFStreamer
124 this->MCObjectStreamer::ChangeSection(Section, Subsection);
H A DMCObjectStreamer.cpp174 void MCObjectStreamer::ChangeSection(const MCSection *Section, function in class:MCObjectStreamer
H A DMCAsmStreamer.cpp126 virtual void ChangeSection(const MCSection *Section,
313 void MCAsmStreamer::ChangeSection(const MCSection *Section, function in class:MCAsmStreamer
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h86 virtual void ChangeSection(const MCSection *Section,
H A DMCStreamer.h244 /// ChangeSection - Update streamer for a new active section.
248 virtual void ChangeSection(const MCSection *, const MCExpr *) = 0;
258 /// the section stack. Calls ChangeSection as needed.
268 ChangeSection(curSection.first, curSection.second);
290 ChangeSection(Section, Subsection);
296 /// version does not call ChangeSection.
H A DMCELFStreamer.h50 virtual void ChangeSection(const MCSection *Section,
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp303 virtual void ChangeSection(const MCSection *Section,
311 MCELFStreamer::ChangeSection(Section, Subsection);
/freebsd-10.2-release/contrib/llvm/lib/LTO/
H A DLTOModule.cpp651 virtual void ChangeSection(const MCSection *Section, function in class:__anon2385::RecordStreamer

Completed in 80 milliseconds