/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 96 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override { in ChangeSection() function in __anonc10908a50111::AArch64ELFStreamer 103 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCStreamer.h | 180 virtual void ChangeSection(const MCSection *) = 0; 200 ChangeSection(curSection); in PopSection() 214 ChangeSection(Section); in SwitchSection()
|
D | MCObjectStreamer.h | 70 virtual void ChangeSection(const MCSection *Section);
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCLoggingStreamer.cpp | 51 virtual void ChangeSection(const MCSection *Section) { in ChangeSection() function in __anonaf2953940111::MCLoggingStreamer 53 return Child->ChangeSection(Section); in ChangeSection()
|
D | MCNullStreamer.cpp | 31 virtual void ChangeSection(const MCSection *Section) { in ChangeSection() function in __anon485106880111::MCNullStreamer
|
D | MCELFStreamer.cpp | 84 void MCELFStreamer::ChangeSection(const MCSection *Section) { in ChangeSection() function in MCELFStreamer 88 this->MCObjectStreamer::ChangeSection(Section); in ChangeSection()
|
D | MCELFStreamer.h | 44 virtual void ChangeSection(const MCSection *Section);
|
D | MCObjectStreamer.cpp | 148 void MCObjectStreamer::ChangeSection(const MCSection *Section) { in ChangeSection() function in MCObjectStreamer
|
D | MCAsmStreamer.cpp | 121 virtual void ChangeSection(const MCSection *Section); 307 void MCAsmStreamer::ChangeSection(const MCSection *Section) { in ChangeSection() function in MCAsmStreamer
|
/external/llvm/include/llvm/MC/ |
D | MCELFStreamer.h | 46 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
|
D | MCObjectStreamer.h | 99 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
|
D | MCStreamer.h | 316 virtual void ChangeSection(MCSection *, const MCExpr *); 338 ChangeSection(NewSection.first, NewSection.second); in PopSection()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 102 virtual void ChangeSection(const MCSection *Section); 231 void PTXMCAsmStreamer::ChangeSection(const MCSection *Section) { in ChangeSection() function in PTXMCAsmStreamer
|
/external/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 72 void ChangeSection(MCSection *Sect, const MCExpr *Subsect) override; 151 void MCMachOStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCMachOStreamer
|
D | MCELFStreamer.cpp | 136 void MCELFStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCELFStreamer 150 this->MCObjectStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
D | MCStreamer.cpp | 764 void MCStreamer::ChangeSection(MCSection *, const MCExpr *) {} in ChangeSection() function in MCStreamer 792 ChangeSection(Section, Subsection); in SwitchSection()
|
D | MCObjectStreamer.cpp | 196 void MCObjectStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCObjectStreamer
|
D | MCAsmStreamer.cpp | 129 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override; 377 void MCAsmStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCAsmStreamer
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 441 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override { in ChangeSection() function in __anon53f47f330111::ARMELFStreamer 448 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOModule.cpp | 553 virtual void ChangeSection(const MCSection *Section) {} in ChangeSection() function in __anone394c6080111::RecordStreamer
|