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 552 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
553 if (PreviousSection.first == nullptr)
555 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);

Completed in 1508 milliseconds