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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp754 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); local
755 if (!PreviousSection.first)
757 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
H A DELFAsmParser.cpp675 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); local
676 if (PreviousSection.first == nullptr)
678 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);

Completed in 62 milliseconds