HomeSort by: relevance | last modified time | path
    Searched defs:getCurrentSection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCStreamer.h 369 MCSectionSubPair getCurrentSection() const {
374 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; }
398 std::make_pair(getCurrentSection(), getPreviousSection()));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 254 /// getCurrentSection() - Return the current section we are emitting to.
255 const MCSection *AsmPrinter::getCurrentSection() const {
1168 getObjFileLowering().getStackSizesSection(*getCurrentSection());
2327 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection())
2433 if (getCurrentSection()->getKind().isText())

Completed in 54 milliseconds