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 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
570 if (PreviousSection.first == NULL)
572 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
ELFAsmParser.cpp 473 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
474 if (PreviousSection.first == NULL)
476 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);

Completed in 580 milliseconds