Home
last modified time | relevance | path

Searched refs:PreviousSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp552 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious() local
553 if (PreviousSection.first == nullptr) in ParseDirectivePrevious()
555 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious()
DDarwinAsmParser.cpp615 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious() local
616 if (!PreviousSection.first) in parseDirectivePrevious()
618 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in parseDirectivePrevious()