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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 99 void ChangeSection(const MCSection *Section,
107 MCELFStreamer::ChangeSection(Section, Subsection);
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 51 void ChangeSection(const MCSection *Section,
MCObjectStreamer.h 106 void ChangeSection(const MCSection *Section,
MCStreamer.h 311 /// ChangeSection - Update streamer for a new active section.
315 virtual void ChangeSection(const MCSection *, const MCExpr *);
325 /// the section stack. Calls ChangeSection as needed.
335 ChangeSection(curSection.first, curSection.second);
356 /// version does not call ChangeSection.
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 71 void ChangeSection(const MCSection *Sect, const MCExpr *Subsect) override;
152 void MCMachOStreamer::ChangeSection(const MCSection *Section,
MCELFStreamer.cpp 134 void MCELFStreamer::ChangeSection(const MCSection *Section,
146 this->MCObjectStreamer::ChangeSection(Section, Subsection);
MCObjectStreamer.cpp 181 void MCObjectStreamer::ChangeSection(const MCSection *Section,
MCStreamer.cpp 644 void MCStreamer::ChangeSection(const MCSection *, const MCExpr *) {}
674 ChangeSection(Section, Subsection);
MCAsmStreamer.cpp 117 void ChangeSection(const MCSection *Section,
300 void MCAsmStreamer::ChangeSection(const MCSection *Section,
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 499 void ChangeSection(const MCSection *Section,
507 MCELFStreamer::ChangeSection(Section, Subsection);
    [all...]

Completed in 80 milliseconds