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 615 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
616 if (!PreviousSection.first)
618 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
    [all...]
ELFAsmParser.cpp 570 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
571 if (PreviousSection.first == nullptr)
573 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);

Completed in 71 milliseconds