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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DELFAsmParser.cpp439 const MCSection *PreviousSection = getStreamer().getPreviousSection(); local
440 if (PreviousSection == NULL)
442 getStreamer().SwitchSection(PreviousSection);
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp544 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); local
545 if (PreviousSection.first == nullptr)
547 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
H A DDarwinAsmParser.cpp676 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); local
677 if (!PreviousSection.first)
679 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);

Completed in 472 milliseconds