HomeSort by relevance Sort by last modified time
    Searched refs:ChangeSection (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 72 virtual void ChangeSection(const MCSection *Section);
MCStreamer.h 178 /// ChangeSection - Update streamer for a new active section.
182 virtual void ChangeSection(const MCSection *) = 0;
192 /// the section stack. Calls ChangeSection as needed.
202 ChangeSection(curSection);
216 ChangeSection(Section);
222 /// version does not call ChangeSection.
  /external/llvm/lib/MC/
MCNullStreamer.cpp 31 virtual void ChangeSection(const MCSection *Section) {
MCELFStreamer.cpp 55 virtual void ChangeSection(const MCSection *Section);
205 void MCELFStreamer::ChangeSection(const MCSection *Section) {
209 this->MCObjectStreamer::ChangeSection(Section);
MCObjectStreamer.cpp 156 void MCObjectStreamer::ChangeSection(const MCSection *Section) {
MCAsmStreamer.cpp 127 virtual void ChangeSection(const MCSection *Section);
316 void MCAsmStreamer::ChangeSection(const MCSection *Section) {
    [all...]
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 103 virtual void ChangeSection(const MCSection *Section);
233 void PTXMCAsmStreamer::ChangeSection(const MCSection *Section) {
  /external/llvm/tools/lto/
LTOModule.cpp 611 virtual void ChangeSection(const MCSection *Section) {}

Completed in 42 milliseconds