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

  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 70 virtual void ChangeSection(const MCSection *Section);
MCStreamer.h 176 /// ChangeSection - Update streamer for a new active section.
180 virtual void ChangeSection(const MCSection *) = 0;
190 /// the section stack. Calls ChangeSection as needed.
200 ChangeSection(curSection);
214 ChangeSection(Section);
220 /// version does not call ChangeSection.
  /external/llvm/lib/MC/
MCNullStreamer.cpp 31 virtual void ChangeSection(const MCSection *Section) {
MCELFStreamer.h 44 virtual void ChangeSection(const MCSection *Section);
MCLoggingStreamer.cpp 51 virtual void ChangeSection(const MCSection *Section) {
52 LogCall("ChangeSection");
53 return Child->ChangeSection(Section);
MCELFStreamer.cpp 84 void MCELFStreamer::ChangeSection(const MCSection *Section) {
88 this->MCObjectStreamer::ChangeSection(Section);
MCObjectStreamer.cpp 148 void MCObjectStreamer::ChangeSection(const MCSection *Section) {
MCAsmStreamer.cpp 125 virtual void ChangeSection(const MCSection *Section);
312 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 553 virtual void ChangeSection(const MCSection *Section) {}

Completed in 196 milliseconds