Searched defs:ChangeSection (Results 1 - 5 of 5) sorted by relevance

/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

Completed in 281 milliseconds