Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DELFAsmParser.cpp719 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious() local
720 if (PreviousSection.first == nullptr) in ParseDirectivePrevious()
722 getStreamer().switchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious()
DDarwinAsmParser.cpp752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious() local
753 if (!PreviousSection.first) in parseDirectivePrevious()
755 getStreamer().switchSection(PreviousSection.first, PreviousSection.second); in parseDirectivePrevious()