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

/external/llvm/include/llvm/MC/
H A DMCStreamer.h295 /// getCurrentSection - Return the current section that the streamer is
297 MCSectionSubPair getCurrentSection() const { function in class:llvm::MCStreamer
327 std::make_pair(getCurrentSection(), getPreviousSection()));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp152 /// getCurrentSection() - Return the current section we are emitting to.
153 const MCSection *AsmPrinter::getCurrentSection() const { function in class:AsmPrinter
154 return OutStreamer.getCurrentSection().first;
1410 if (OutStreamer.getCurrentSection() != OutStreamer.getPreviousSection())
1538 if (getCurrentSection()->getKind().isText())

Completed in 94 milliseconds