Searched refs:ChangeSection (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 99 void ChangeSection(const MCSection *Section, in ChangeSection() function in __anon664650080111::AArch64ELFStreamer 107 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
/external/llvm/include/llvm/MC/ |
D | MCELFStreamer.h | 51 void ChangeSection(const MCSection *Section,
|
D | MCObjectStreamer.h | 106 void ChangeSection(const MCSection *Section,
|
D | MCStreamer.h | 315 virtual void ChangeSection(const MCSection *, const MCExpr *); 335 ChangeSection(curSection.first, curSection.second); in PopSection()
|
/external/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 71 void ChangeSection(const MCSection *Sect, const MCExpr *Subsect) override; 152 void MCMachOStreamer::ChangeSection(const MCSection *Section, in ChangeSection() function in MCMachOStreamer
|
D | MCELFStreamer.cpp | 134 void MCELFStreamer::ChangeSection(const MCSection *Section, in ChangeSection() function in MCELFStreamer 146 this->MCObjectStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
D | MCStreamer.cpp | 644 void MCStreamer::ChangeSection(const MCSection *, const MCExpr *) {} in ChangeSection() function in MCStreamer 674 ChangeSection(Section, Subsection); in SwitchSection()
|
D | MCObjectStreamer.cpp | 181 void MCObjectStreamer::ChangeSection(const MCSection *Section, in ChangeSection() function in MCObjectStreamer
|
D | MCAsmStreamer.cpp | 117 void ChangeSection(const MCSection *Section, 300 void MCAsmStreamer::ChangeSection(const MCSection *Section, in ChangeSection() function in MCAsmStreamer
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 499 void ChangeSection(const MCSection *Section, in ChangeSection() function in __anon42be13960111::ARMELFStreamer 507 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|