Home
last modified time | relevance | path

Searched refs:changeSection (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVTargetStreamer.h23 void changeSection(const MCSection *CurSection, MCSection *Section, in changeSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp162 void RISCVELFStreamer::changeSection(MCSection *Section, in changeSection() function in RISCVELFStreamer
170 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
H A DRISCVELFStreamer.h35 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h45 void changeSection(const MCSection *CurSection, MCSection *Section,
H A DNVPTXTargetStreamer.cpp86 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in NVPTXTargetStreamer
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp84 void MCWasmStreamer::changeSection(MCSection *Section, in changeSection() function in MCWasmStreamer
92 this->MCObjectStreamer::changeSection(Section, Subsection); in changeSection()
H A DMCMachOStreamer.cpp88 void changeSection(MCSection *Sect, const MCExpr *Subsect) override;
166 void MCMachOStreamer::changeSection(MCSection *Section, in changeSection() function in MCMachOStreamer
H A DMCStreamer.cpp59 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in MCTargetStreamer
1220 void MCStreamer::changeSection(MCSection *, const MCExpr *) {} in changeSection() function in MCStreamer
1249 changeSection(Section, Subsection); in switchSection()
H A DMCAsmStreamer.cpp147 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
513 void MCAsmStreamer::changeSection(MCSection *Section, in changeSection() function in MCAsmStreamer
517 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); in changeSection()
H A DMCELFStreamer.cpp147 void MCELFStreamer::changeSection(MCSection *Section, in changeSection() function in MCELFStreamer
H A DMCObjectStreamer.cpp367 void MCObjectStreamer::changeSection(MCSection *Section, in changeSection() function in MCObjectStreamer
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp186 void changeSection(MCSection *Section, const MCExpr *Subsection) override { in changeSection() function in __anon9242ed3c0111::AArch64ELFStreamer
193 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWasmStreamer.h43 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
H A DMCELFStreamer.h50 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
H A DMCStreamer.h118 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
412 virtual void changeSection(MCSection *, const MCExpr *);
434 changeSection(NewSection.first, NewSection.second); in popSection()
H A DMCObjectStreamer.h144 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp482 void changeSection(MCSection *Section, const MCExpr *Subsection) override { in changeSection() function in __anon42dabcca0111::ARMELFStreamer
484 MCELFStreamer::changeSection(Section, Subsection); in changeSection()