HomeSort by: relevance | last modified time | path
    Searched defs:changeSection (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXTargetStreamer.cpp 83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCWasmStreamer.cpp 60 void MCWasmStreamer::changeSection(MCSection *Section,
68 this->MCObjectStreamer::changeSection(Section, Subsection);
MCELFStreamer.cpp 146 void MCELFStreamer::changeSection(MCSection *Section,
MCMachOStreamer.cpp 84 void changeSection(MCSection *Sect, const MCExpr *Subsect) override;
149 void MCMachOStreamer::changeSection(MCSection *Section,
MCAsmStreamer.cpp 149 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
488 void MCAsmStreamer::changeSection(MCSection *Section,
492 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS);
MCObjectStreamer.cpp 334 void MCObjectStreamer::changeSection(MCSection *Section,
MCStreamer.cpp 56 void MCTargetStreamer::changeSection(const MCSection *CurSection,
1169 void MCStreamer::changeSection(MCSection *, const MCExpr *) {}
1198 changeSection(Section, Subsection);

Completed in 32 milliseconds