Home
last modified time | relevance | path

Searched refs:ChangeSection (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp96 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/
DMCStreamer.h180 virtual void ChangeSection(const MCSection *) = 0;
200 ChangeSection(curSection); in PopSection()
214 ChangeSection(Section); in SwitchSection()
DMCObjectStreamer.h70 virtual void ChangeSection(const MCSection *Section);
/external/swiftshader/third_party/LLVM/lib/MC/
DMCLoggingStreamer.cpp51 virtual void ChangeSection(const MCSection *Section) { in ChangeSection() function in __anonaf2953940111::MCLoggingStreamer
53 return Child->ChangeSection(Section); in ChangeSection()
DMCNullStreamer.cpp31 virtual void ChangeSection(const MCSection *Section) { in ChangeSection() function in __anon485106880111::MCNullStreamer
DMCELFStreamer.cpp84 void MCELFStreamer::ChangeSection(const MCSection *Section) { in ChangeSection() function in MCELFStreamer
88 this->MCObjectStreamer::ChangeSection(Section); in ChangeSection()
DMCELFStreamer.h44 virtual void ChangeSection(const MCSection *Section);
DMCObjectStreamer.cpp148 void MCObjectStreamer::ChangeSection(const MCSection *Section) { in ChangeSection() function in MCObjectStreamer
DMCAsmStreamer.cpp121 virtual void ChangeSection(const MCSection *Section);
307 void MCAsmStreamer::ChangeSection(const MCSection *Section) { in ChangeSection() function in MCAsmStreamer
/external/llvm/include/llvm/MC/
DMCELFStreamer.h46 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
DMCObjectStreamer.h99 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
DMCStreamer.h316 virtual void ChangeSection(MCSection *, const MCExpr *);
338 ChangeSection(NewSection.first, NewSection.second); in PopSection()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp102 virtual void ChangeSection(const MCSection *Section);
231 void PTXMCAsmStreamer::ChangeSection(const MCSection *Section) { in ChangeSection() function in PTXMCAsmStreamer
/external/llvm/lib/MC/
DMCMachOStreamer.cpp72 void ChangeSection(MCSection *Sect, const MCExpr *Subsect) override;
151 void MCMachOStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCMachOStreamer
DMCELFStreamer.cpp136 void MCELFStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCELFStreamer
150 this->MCObjectStreamer::ChangeSection(Section, Subsection); in ChangeSection()
DMCStreamer.cpp764 void MCStreamer::ChangeSection(MCSection *, const MCExpr *) {} in ChangeSection() function in MCStreamer
792 ChangeSection(Section, Subsection); in SwitchSection()
DMCObjectStreamer.cpp196 void MCObjectStreamer::ChangeSection(MCSection *Section, in ChangeSection() function in MCObjectStreamer
DMCAsmStreamer.cpp129 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/
DARMELFStreamer.cpp441 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/
DLTOModule.cpp553 virtual void ChangeSection(const MCSection *Section) {} in ChangeSection() function in __anone394c6080111::RecordStreamer