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/ |
D | AArch64ELFStreamer.cpp | 84 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/ |
D | MCWasmStreamer.cpp | 60 void MCWasmStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCWasmStreamer 68 this->MCObjectStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
D | MCMachOStreamer.cpp | 84 void ChangeSection(MCSection *Sect, const MCExpr *Subsect) override; 149 void MCMachOStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCMachOStreamer
|
D | MCStreamer.cpp | 1079 void MCStreamer::ChangeSection(MCSection *, const MCExpr *) {} in ChangeSection() function in MCStreamer 1108 ChangeSection(Section, Subsection); in SwitchSection()
|
D | MCELFStreamer.cpp | 146 void MCELFStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCELFStreamer
|
D | MCObjectStreamer.cpp | 335 void MCObjectStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCObjectStreamer
|
D | MCAsmStreamer.cpp | 138 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/ |
D | MCWasmStreamer.h | 47 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
|
D | MCELFStreamer.h | 42 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
|
D | MCObjectStreamer.h | 125 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
|
D | MCStreamer.h | 381 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/ |
D | ARMELFStreamer.cpp | 475 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override { in ChangeSection() function in __anon6424ffde0111::ARMELFStreamer 477 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|