/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 88 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 D | MCWasmStreamer.cpp | 71 void MCWasmStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCWasmStreamer 78 this->MCObjectStreamer::changeSection(Section, Subsection); in changeSection()
|
H A D | MCWinCOFFStreamer.cpp | 94 void MCWinCOFFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCWinCOFFStreamer 215 changeSection(SXData); in emitCOFFSafeSEH()
|
H A D | MCStreamer.cpp | 59 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 D | MCObjectStreamer.cpp | 284 void MCObjectStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCObjectStreamer 313 changeSection(Section, 0); in switchSectionNoPrint()
|
H A D | MCAsmStreamer.cpp | 163 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 D | MCELFStreamer.cpp | 101 void MCELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCELFStreamer
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVELFStreamer.cpp | 160 void RISCVELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in RISCVELFStreamer 167 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
|
H A D | RISCVELFStreamer.h | 34 void changeSection(MCSection *Section, uint32_t Subsection) override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVTargetStreamer.h | 23 void changeSection(const MCSection *CurSection, MCSection *Section, in changeSection() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.h | 45 void changeSection(const MCSection *CurSection, MCSection *Section,
|
H A D | NVPTXTargetStreamer.cpp | 85 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in NVPTXTargetStreamer
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64ELFStreamer.cpp | 186 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 D | MCWasmStreamer.h | 43 void changeSection(MCSection *Section, uint32_t Subsection) override;
|
H A D | MCWinCOFFStreamer.h | 46 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
|
H A D | MCELFStreamer.h | 52 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
|
H A D | MCObjectStreamer.h | 123 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
|
H A D | MCStreamer.h | 119 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 D | ARMELFStreamer.cpp | 481 void changeSection(MCSection *Section, uint32_t Subsection) override { in changeSection() function in __anonf150d5940111::ARMELFStreamer 483 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
|