| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCGOFFStreamer.cpp | 38 void MCGOFFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCGOFFStreamer 41 MCObjectStreamer::changeSection(Section, Subsection); in changeSection()
|
| H A D | MCWasmStreamer.cpp | 59 void MCWasmStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCWasmStreamer 66 this->MCObjectStreamer::changeSection(Section, Subsection); in changeSection()
|
| H A D | MCMachOStreamer.cpp | 85 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 D | MCStreamer.cpp | 59 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 D | MCObjectStreamer.cpp | 276 void MCObjectStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCObjectStreamer 305 changeSection(Section, 0); in switchSectionNoPrint()
|
| H A D | MCWinCOFFStreamer.cpp | 155 void MCWinCOFFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCWinCOFFStreamer
|
| H A D | MCELFStreamer.cpp | 94 void MCELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in MCELFStreamer
|
| H A D | MCAsmStreamer.cpp | 538 TS->changeSection(Cur.first, Section, Subsection, OS); in switchSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 151 void RISCVELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() function in RISCVELFStreamer 158 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/SystemZ/MCTargetDesc/ |
| H A D | SystemZHLASMAsmStreamer.cpp | 70 void SystemZHLASMAsmStreamer::changeSection(MCSection *Section, in changeSection() function in SystemZHLASMAsmStreamer 74 MCStreamer::changeSection(Section, Subsection); in changeSection()
|
| H A D | SystemZHLASMAsmStreamer.h | 104 void changeSection(MCSection *Section, uint32_t Subsection) override;
|
| /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 | 89 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in NVPTXTargetStreamer
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCGOFFStreamer.h | 29 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
|
| 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 | 122 void changeSection(MCSection *Section, uint32_t Subsection = 0) override;
|
| H A D | MCStreamer.h | 119 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 D | AArch64ELFStreamer.cpp | 324 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 D | ARMELFStreamer.cpp | 507 void changeSection(MCSection *Section, uint32_t Subsection) override { in changeSection() function in __anonf150d5940111::ARMELFStreamer 509 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
|