Searched refs:ChangeSection (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64ELFStreamer.cpp | 85 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override { in ChangeSection() function in __anon448e80eb0111::AArch64ELFStreamer 92 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCWasmStreamer.cpp | 61 void MCWasmStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCWasmStreamer 69 this->MCObjectStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
| H A D | MCMachOStreamer.cpp | 85 void ChangeSection(MCSection *Sect, const MCExpr *Subsect) override; 150 void MCMachOStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCMachOStreamer
|
| H A D | MCStreamer.cpp | 1016 void MCStreamer::ChangeSection(MCSection *, const MCExpr *) {} in ChangeSection() function in MCStreamer 1045 ChangeSection(Section, Subsection); in SwitchSection()
|
| H A D | MCELFStreamer.cpp | 146 void MCELFStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCELFStreamer
|
| H A D | MCObjectStreamer.cpp | 284 void MCObjectStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCObjectStreamer
|
| H A D | MCAsmStreamer.cpp | 138 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override; 426 void MCAsmStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCAsmStreamer
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCWasmStreamer.h | 48 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
|
| H A D | MCELFStreamer.h | 43 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
|
| H A D | MCObjectStreamer.h | 118 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
|
| H A D | MCStreamer.h | 365 virtual void ChangeSection(MCSection *, const MCExpr *); 387 ChangeSection(NewSection.first, NewSection.second); in PopSection()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 474 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override { in ChangeSection() function in __anonb90111790111::ARMELFStreamer 476 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|