Searched defs:SwitchSection (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp59 void MipsELFStreamer::SwitchSection(MCSection *Section, function in class:MipsELFStreamer
61 MCELFStreamer::SwitchSection(Section, Subsection);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCStreamer.h178 /// This is called by PopSection and SwitchSection, if the current
204 /// SwitchSection - Set the current section where code is being emitted to
208 void SwitchSection(const MCSection *Section) { function in class:llvm::MCStreamer
/external/llvm/lib/MC/
H A DMCStreamer.cpp232 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
787 void MCStreamer::SwitchSection(MCSection *Section, const MCExpr *Subsection) { function in class:MCStreamer
808 SwitchSection(Section);

Completed in 126 milliseconds