Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp542 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious() local
543 if (PreviousSection.first == nullptr) in ParseDirectivePrevious()
545 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious()
DDarwinAsmParser.cpp646 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious() local
647 if (!PreviousSection.first) in parseDirectivePrevious()
649 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in parseDirectivePrevious()