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

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 542 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
543 if (PreviousSection.first == nullptr)
545 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
DarwinAsmParser.cpp 646 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
647 if (!PreviousSection.first)
649 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
    [all...]

Completed in 68 milliseconds