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

/external/llvm/include/llvm/MC/
H A DMCStreamer.h274 MCSectionSubPair getCurrentSection() const { function in class:llvm::MCStreamer
279 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; }
303 std::make_pair(getCurrentSection(), getPreviousSection()));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp159 /// getCurrentSection() - Return the current section we are emitting to.
160 const MCSection *AsmPrinter::getCurrentSection() const { function in class:AsmPrinter
161 return OutStreamer->getCurrentSection().first;
1609 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection())
1697 if (getCurrentSection()->getKind().isText())

Completed in 70 milliseconds