Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp88 void changeSection(MCSection *Sect, uint32_t Subsection = 0) override;
138 void MCMachOStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCMachOStreamer
521 changeSection(CGProfileSection); in finalizeCGProfile()
561 changeSection(AddrSigSection); in createAddrSigSection()
H A DMCWasmStreamer.cpp71 void MCWasmStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCWasmStreamer
78 this->MCObjectStreamer::changeSection(Section, Subsection); in changeSection()
H A DMCWinCOFFStreamer.cpp94 void MCWinCOFFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCWinCOFFStreamer
215 changeSection(SXData); in emitCOFFSafeSEH()
H A DMCStreamer.cpp59 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in MCTargetStreamer
1218 void MCStreamer::changeSection(MCSection *Section, uint32_t) { in changeSection() function in MCStreamer
1254 changeSection(NewSec.first, NewSec.second); in popSection()
1264 changeSection(Section, Subsection); in switchSection()
H A DMCObjectStreamer.cpp284 void MCObjectStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCObjectStreamer
313 changeSection(Section, 0); in switchSectionNoPrint()
H A DMCAsmStreamer.cpp163 void changeSection(MCSection *Section, uint32_t Subsection) override;
530 void MCAsmStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCAsmStreamer
532 TS->changeSection(getCurrentSection().first, Section, Subsection, OS); in changeSection()
537 MCStreamer::changeSection(Section, Subsection); in changeSection()
H A DMCELFStreamer.cpp101 void MCELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp160 void RISCVELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in RISCVELFStreamer
167 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
H A DRISCVELFStreamer.h34 void changeSection(MCSection *Section, uint32_t Subsection) override;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVTargetStreamer.h23 void changeSection(const MCSection *CurSection, MCSection *Section, in changeSection() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h45 void changeSection(const MCSection *CurSection, MCSection *Section,
H A DNVPTXTargetStreamer.cpp85 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in NVPTXTargetStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp186 void changeSection(MCSection *Section, uint32_t Subsection = 0) override { in changeSection() function in __anoneb8230060111::AArch64ELFStreamer
193 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWasmStreamer.h43 void changeSection(MCSection *Section, uint32_t Subsection) override;
H A DMCWinCOFFStreamer.h46 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
H A DMCELFStreamer.h52 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
H A DMCObjectStreamer.h123 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
H A DMCStreamer.h119 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
261 virtual void changeSection(MCSection *, uint32_t);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp481 void changeSection(MCSection *Section, uint32_t Subsection) override { in changeSection() function in __anonf150d5940111::ARMELFStreamer
483 MCELFStreamer::changeSection(Section, Subsection); in changeSection()