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

/external/llvm/include/llvm/MC/
H A DMCStreamer.h162 /// getCurrentSection - Return the current section that the streamer is
164 const MCSection *getCurrentSection() const { function in class:llvm::MCStreamer
187 SectionStack.push_back(std::make_pair(getCurrentSection(),
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp142 /// getCurrentSection() - Return the current section we are emitting to.
143 const MCSection *AsmPrinter::getCurrentSection() const { function in class:AsmPrinter
144 return OutStreamer.getCurrentSection();
718 MCLineEntry::Make(&OutStreamer, getCurrentSection());
1332 if (OutStreamer.getCurrentSection() != OutStreamer.getPreviousSection())
1442 if (getCurrentSection()->getKind().isText())

Completed in 183 milliseconds