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 65 void ChangeSection(const MCSection *Section,
73 MCELFStreamer::ChangeSection(Section, Subsection);
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 48 void ChangeSection(const MCSection *Section,
MCObjectStreamer.h 96 void ChangeSection(const MCSection *Section,
MCStreamer.h 317 /// ChangeSection - Update streamer for a new active section.
321 virtual void ChangeSection(const MCSection *, const MCExpr *);
331 /// the section stack. Calls ChangeSection as needed.
341 ChangeSection(curSection.first, curSection.second);
364 ChangeSection(Section, Subsection);
370 /// version does not call ChangeSection.
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 61 void ChangeSection(const MCSection *Sect, const MCExpr *Subsect) override;
116 void MCMachOStreamer::ChangeSection(const MCSection *Section,
119 MCObjectStreamer::ChangeSection(Section, Subsection);
MCELFStreamer.cpp 85 void MCELFStreamer::ChangeSection(const MCSection *Section,
93 this->MCObjectStreamer::ChangeSection(Section, Subsection);
MCObjectStreamer.cpp 166 void MCObjectStreamer::ChangeSection(const MCSection *Section,
MCAsmStreamer.cpp 118 void ChangeSection(const MCSection *Section,
301 void MCAsmStreamer::ChangeSection(const MCSection *Section,
    [all...]
MCStreamer.cpp 670 void MCStreamer::ChangeSection(const MCSection *, const MCExpr *) {}
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 469 void ChangeSection(const MCSection *Section,
477 MCELFStreamer::ChangeSection(Section, Subsection);
    [all...]

Completed in 295 milliseconds