Searched refs:ChangeSection (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 66 virtual void ChangeSection(const MCSection *Section, in ChangeSection() function in __anone37688b20111::AArch64ELFStreamer 74 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 196 virtual void ChangeSection(const MCSection *, const MCExpr *) = 0; 216 ChangeSection(curSection.first, curSection.second); in PopSection() 238 ChangeSection(Section, Subsection);
|
D | MCObjectStreamer.h | 85 virtual void ChangeSection(const MCSection *Section,
|
D | MCELFStreamer.h | 53 virtual void ChangeSection(const MCSection *Section,
|
/external/llvm/lib/MC/ |
D | MCNullStreamer.cpp | 33 virtual void ChangeSection(const MCSection *Section, in ChangeSection() function in __anon79026bc90111::MCNullStreamer
|
D | MCELFStreamer.cpp | 112 void MCELFStreamer::ChangeSection(const MCSection *Section, in ChangeSection() function in MCELFStreamer 120 this->MCObjectStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
D | MCObjectStreamer.cpp | 171 void MCObjectStreamer::ChangeSection(const MCSection *Section, in ChangeSection() function in MCObjectStreamer
|
D | MCAsmStreamer.cpp | 127 virtual void ChangeSection(const MCSection *Section, 329 void MCAsmStreamer::ChangeSection(const MCSection *Section, in ChangeSection() function in MCAsmStreamer
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 86 virtual void ChangeSection(const MCSection *Section, in ChangeSection() function in __anon39fd42400111::ARMELFStreamer 94 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
/external/llvm/tools/lto/ |
D | LTOModule.cpp | 759 virtual void ChangeSection(const MCSection *Section, in ChangeSection() function in __anonc679e7090111::RecordStreamer
|