Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp685 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious() local
686 if (PreviousSection.first == nullptr) in parseDirectivePrevious()
688 getStreamer().switchSection(PreviousSection.first, PreviousSection.second); in parseDirectivePrevious()
H A DDarwinAsmParser.cpp742 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious() local
743 if (!PreviousSection.first) in parseDirectivePrevious()
745 getStreamer().switchSection(PreviousSection.first, PreviousSection.second); in parseDirectivePrevious()