| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVTargetStreamer.h | 23 void changeSection(const MCSection *CurSection, MCSection *Section, in changeSection() function
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.h | 45 void changeSection(const MCSection *CurSection, MCSection *Section,
|
| H A D | NVPTXTargetStreamer.cpp | 83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in NVPTXTargetStreamer
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64ELFStreamer.cpp | 145 void changeSection(MCSection *Section, const MCExpr *Subsection) override { in changeSection() function in __anon4254db360111::AArch64ELFStreamer 152 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCWasmStreamer.cpp | 84 void MCWasmStreamer::changeSection(MCSection *Section, in changeSection() function in MCWasmStreamer 92 this->MCObjectStreamer::changeSection(Section, Subsection); in changeSection()
|
| H A D | MCMachOStreamer.cpp | 89 void changeSection(MCSection *Sect, const MCExpr *Subsect) override; 167 void MCMachOStreamer::changeSection(MCSection *Section, in changeSection() function in MCMachOStreamer
|
| H A D | MCStreamer.cpp | 59 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in MCTargetStreamer 1200 void MCStreamer::changeSection(MCSection *, const MCExpr *) {} in changeSection() function in MCStreamer 1230 changeSection(Section, Subsection); in switchSection()
|
| H A D | MCAsmStreamer.cpp | 146 void changeSection(MCSection *Section, const MCExpr *Subsection) override; 499 void MCAsmStreamer::changeSection(MCSection *Section, in changeSection() function in MCAsmStreamer 503 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); in changeSection()
|
| H A D | MCELFStreamer.cpp | 147 void MCELFStreamer::changeSection(MCSection *Section, in changeSection() function in MCELFStreamer
|
| H A D | MCObjectStreamer.cpp | 363 void MCObjectStreamer::changeSection(MCSection *Section, in changeSection() function in MCObjectStreamer
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCWasmStreamer.h | 43 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
|
| H A D | MCELFStreamer.h | 50 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
|
| H A D | MCStreamer.h | 118 virtual void changeSection(const MCSection *CurSection, MCSection *Section, 408 virtual void changeSection(MCSection *, const MCExpr *); 430 changeSection(NewSection.first, NewSection.second); in popSection()
|
| H A D | MCObjectStreamer.h | 144 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 477 void changeSection(MCSection *Section, const MCExpr *Subsection) override { in changeSection() function in __anon948350c40111::ARMELFStreamer 479 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
|