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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCObjectStreamer.h72 virtual void ChangeSection(const MCSection *Section);
H A DMCStreamer.h163 /// ChangeSection - Update streamer for a new active section.
167 virtual void ChangeSection(const MCSection *) = 0;
177 /// the section stack. Calls ChangeSection as needed.
187 ChangeSection(curSection);
201 ChangeSection(Section);
207 /// version does not call ChangeSection.
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCNullStreamer.cpp31 virtual void ChangeSection(const MCSection *Section) { function in class:__anon10080::MCNullStreamer
H A DMCELFStreamer.cpp57 virtual void ChangeSection(const MCSection *Section);
207 void MCELFStreamer::ChangeSection(const MCSection *Section) { function in class:MCELFStreamer
211 this->MCObjectStreamer::ChangeSection(Section);
H A DMCObjectStreamer.cpp156 void MCObjectStreamer::ChangeSection(const MCSection *Section) { function in class:MCObjectStreamer
H A DMCAsmStreamer.cpp127 virtual void ChangeSection(const MCSection *Section);
317 void MCAsmStreamer::ChangeSection(const MCSection *Section) { function in class:MCAsmStreamer
/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A DLTOModule.cpp764 virtual void ChangeSection(const MCSection *Section) {} function in class:__anon10515::RecordStreamer

Completed in 146 milliseconds