Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCGOFFStreamer.cpp38 void MCGOFFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCGOFFStreamer
41 MCObjectStreamer::changeSection(Section, Subsection); in changeSection()
H A DMCWasmStreamer.cpp59 void MCWasmStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCWasmStreamer
66 this->MCObjectStreamer::changeSection(Section, Subsection); in changeSection()
H A DMCMachOStreamer.cpp85 void changeSection(MCSection *Sect, uint32_t Subsection = 0) override;
134 void MCMachOStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCMachOStreamer
482 changeSection(CGProfileSection); in finalizeCGProfile()
515 changeSection(AddrSigSection); in createAddrSigSection()
H A DMCStreamer.cpp59 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in MCTargetStreamer
1317 void MCStreamer::changeSection(MCSection *Section, uint32_t) { in changeSection() function in MCStreamer
1351 changeSection(NewSec.first, NewSec.second); in popSection()
1361 changeSection(Section, Subsection); in switchSection()
1392 changeSection(Section, 0); in switchSectionNoPrint()
H A DMCObjectStreamer.cpp276 void MCObjectStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCObjectStreamer
305 changeSection(Section, 0); in switchSectionNoPrint()
H A DMCWinCOFFStreamer.cpp155 void MCWinCOFFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCWinCOFFStreamer
H A DMCELFStreamer.cpp94 void MCELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCELFStreamer
H A DMCAsmStreamer.cpp538 TS->changeSection(Cur.first, Section, Subsection, OS); in switchSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp151 void RISCVELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in RISCVELFStreamer
158 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/SystemZ/MCTargetDesc/
H A DSystemZHLASMAsmStreamer.cpp70 void SystemZHLASMAsmStreamer::changeSection(MCSection *Section, in changeSection() function in SystemZHLASMAsmStreamer
74 MCStreamer::changeSection(Section, Subsection); in changeSection()
H A DSystemZHLASMAsmStreamer.h104 void changeSection(MCSection *Section, uint32_t Subsection) override;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h45 void changeSection(const MCSection *CurSection, MCSection *Section,
H A DNVPTXTargetStreamer.cpp89 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in NVPTXTargetStreamer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCGOFFStreamer.h29 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
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.h122 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
H A DMCStreamer.h119 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
271 virtual void changeSection(MCSection *, uint32_t);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp324 void changeSection(MCSection *Section, uint32_t Subsection = 0) override { in changeSection() function in __anoneb8230060111::AArch64ELFStreamer
337 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp507 void changeSection(MCSection *Section, uint32_t Subsection) override { in changeSection() function in __anonf150d5940111::ARMELFStreamer
509 MCELFStreamer::changeSection(Section, Subsection); in changeSection()