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

  /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 *) {}

Completed in 288 milliseconds