Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp84 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override { in ChangeSection() function in __anon08d904500111::AArch64ELFStreamer
91 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWasmStreamer.cpp60 void MCWasmStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCWasmStreamer
68 this->MCObjectStreamer::ChangeSection(Section, Subsection); in ChangeSection()
DMCMachOStreamer.cpp84 void ChangeSection(MCSection *Sect, const MCExpr *Subsect) override;
149 void MCMachOStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCMachOStreamer
DMCStreamer.cpp1079 void MCStreamer::ChangeSection(MCSection *, const MCExpr *) {} in ChangeSection() function in MCStreamer
1108 ChangeSection(Section, Subsection); in SwitchSection()
DMCELFStreamer.cpp146 void MCELFStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCELFStreamer
DMCObjectStreamer.cpp335 void MCObjectStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCObjectStreamer
DMCAsmStreamer.cpp138 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
446 void MCAsmStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCAsmStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWasmStreamer.h47 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
DMCELFStreamer.h42 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
DMCObjectStreamer.h125 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
DMCStreamer.h381 virtual void ChangeSection(MCSection *, const MCExpr *);
403 ChangeSection(NewSection.first, NewSection.second); in PopSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp475 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override { in ChangeSection() function in __anon6424ffde0111::ARMELFStreamer
477 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()