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.cpp726 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious() local
727 if (PreviousSection.first == nullptr) in ParseDirectivePrevious()
729 getStreamer().switchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious()
H A DDarwinAsmParser.cpp752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious() local
753 if (!PreviousSection.first) in parseDirectivePrevious()
755 getStreamer().switchSection(PreviousSection.first, PreviousSection.second); in parseDirectivePrevious()