Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWasmStreamer.cpp60 void MCWasmStreamer::changeSection(MCSection *Section, in changeSection() function in MCWasmStreamer
68 this->MCObjectStreamer::changeSection(Section, Subsection); in changeSection()
H A DMCMachOStreamer.cpp84 void changeSection(MCSection *Sect, const MCExpr *Subsect) override;
149 void MCMachOStreamer::changeSection(MCSection *Section, in changeSection() function in MCMachOStreamer
H A DMCStreamer.cpp56 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in MCTargetStreamer
1169 void MCStreamer::changeSection(MCSection *, const MCExpr *) {} in changeSection() function in MCStreamer
1198 changeSection(Section, Subsection); in SwitchSection()
H A DMCAsmStreamer.cpp149 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
488 void MCAsmStreamer::changeSection(MCSection *Section, in changeSection() function in MCAsmStreamer
492 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); in changeSection()
H A DMCELFStreamer.cpp146 void MCELFStreamer::changeSection(MCSection *Section, in changeSection() function in MCELFStreamer
H A DMCObjectStreamer.cpp334 void MCObjectStreamer::changeSection(MCSection *Section, in changeSection() function in MCObjectStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp145 void changeSection(MCSection *Section, const MCExpr *Subsection) override { in changeSection() function in __anon571045910111::AArch64ELFStreamer
152 MCELFStreamer::changeSection(Section, Subsection); in changeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h45 void changeSection(const MCSection *CurSection, MCSection *Section,
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() function in NVPTXTargetStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCWasmStreamer.h43 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
H A DMCELFStreamer.h42 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
H A DMCStreamer.h116 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
393 virtual void changeSection(MCSection *, const MCExpr *);
415 changeSection(NewSection.first, NewSection.second); in PopSection()
H A DMCObjectStreamer.h126 void changeSection(MCSection *Section, const MCExpr *Subsection) override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp467 void changeSection(MCSection *Section, const MCExpr *Subsection) override { in changeSection() function in __anonf133901f0111::ARMELFStreamer
469 MCELFStreamer::changeSection(Section, Subsection); in changeSection()