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

/external/llvm/include/llvm/MC/
H A DMCStreamer.h194 /// This is called by PopSection and SwitchSection, if the current
224 SwitchSection(SectionStack.back().first.first, Subsection);
228 /// SwitchSection - Set the current section where code is being emitted to
232 void SwitchSection(const MCSection *Section, const MCExpr *Subsection = 0) { function in class:llvm::MCStreamer

Completed in 55 milliseconds