Home
last modified time | relevance | path

Searched refs:ChangeSection (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp99 void ChangeSection(const MCSection *Section, in ChangeSection() function in __anon664650080111::AArch64ELFStreamer
107 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
/external/llvm/include/llvm/MC/
DMCELFStreamer.h51 void ChangeSection(const MCSection *Section,
DMCObjectStreamer.h106 void ChangeSection(const MCSection *Section,
DMCStreamer.h315 virtual void ChangeSection(const MCSection *, const MCExpr *);
335 ChangeSection(curSection.first, curSection.second); in PopSection()
/external/llvm/lib/MC/
DMCMachOStreamer.cpp71 void ChangeSection(const MCSection *Sect, const MCExpr *Subsect) override;
152 void MCMachOStreamer::ChangeSection(const MCSection *Section, in ChangeSection() function in MCMachOStreamer
DMCELFStreamer.cpp134 void MCELFStreamer::ChangeSection(const MCSection *Section, in ChangeSection() function in MCELFStreamer
146 this->MCObjectStreamer::ChangeSection(Section, Subsection); in ChangeSection()
DMCStreamer.cpp644 void MCStreamer::ChangeSection(const MCSection *, const MCExpr *) {} in ChangeSection() function in MCStreamer
674 ChangeSection(Section, Subsection); in SwitchSection()
DMCObjectStreamer.cpp181 void MCObjectStreamer::ChangeSection(const MCSection *Section, in ChangeSection() function in MCObjectStreamer
DMCAsmStreamer.cpp117 void ChangeSection(const MCSection *Section,
300 void MCAsmStreamer::ChangeSection(const MCSection *Section, in ChangeSection() function in MCAsmStreamer
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp499 void ChangeSection(const MCSection *Section, in ChangeSection() function in __anon42be13960111::ARMELFStreamer
507 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()