Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
HDSPIRVTargetStreamer.h23 void changeSection(const MCSection *CurSection, MCSection *Section, in changeSection() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCMachOStreamer.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()
HDMCWasmStreamer.cpp71 void MCWasmStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCWasmStreamer
78 this->MCObjectStreamer::changeSection(Section, Subsection); in changeSection()
HDMCWinCOFFStreamer.cpp94 void MCWinCOFFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCWinCOFFStreamer
215 changeSection(SXData); in emitCOFFSafeSEH()
HDMCStreamer.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()
HDMCObjectStreamer.cpp284 void MCObjectStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCObjectStreamer
313 changeSection(Section, 0); in switchSectionNoPrint()
HDMCAsmStreamer.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()
HDMCELFStreamer.cpp101 void MCELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCELFStreamer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVELFStreamer.cpp160 void RISCVELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in RISCVELFStreamer
167 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
HDRISCVELFStreamer.h34 void changeSection(MCSection *Section, uint32_t Subsection) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
HDNVPTXTargetStreamer.h45 void changeSection(const MCSection *CurSection, MCSection *Section,
HDNVPTXTargetStreamer.cpp85 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in NVPTXTargetStreamer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64ELFStreamer.cpp186 void changeSection(MCSection *Section, uint32_t Subsection = 0) override { in changeSection() function in __anonb8c1751f0111::AArch64ELFStreamer
193 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCWasmStreamer.h43 void changeSection(MCSection *Section, uint32_t Subsection) override;
HDMCWinCOFFStreamer.h46 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
HDMCELFStreamer.h52 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
HDMCObjectStreamer.h123 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
HDMCStreamer.h119 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
261 virtual void changeSection(MCSection *, uint32_t);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFStreamer.cpp481 void changeSection(MCSection *Section, uint32_t Subsection) override { in changeSection() function in __anon57ed11ad0111::ARMELFStreamer
483 MCELFStreamer::changeSection(Section, Subsection); in changeSection()