HomeSort by relevance Sort by last modified time
    Searched refs:PreviousSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 569 const MCSection *PreviousSection = getStreamer().getPreviousSection();
570 if (PreviousSection == NULL)
572 getStreamer().SwitchSection(PreviousSection);
ELFAsmParser.cpp 452 const MCSection *PreviousSection = getStreamer().getPreviousSection();
453 if (PreviousSection == NULL)
455 getStreamer().SwitchSection(PreviousSection);

Completed in 33 milliseconds