Searched defs:getPreviousSection (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCStreamer.h168 /// getPreviousSection - Return the previous section that the streamer is
170 const MCSection *getPreviousSection() const { function in class:llvm::MCStreamer
186 getPreviousSection()));
/external/llvm/include/llvm/MC/
H A DMCStreamer.h300 MCSectionSubPair getPreviousSection() const { function in class:llvm::MCStreamer
321 std::make_pair(getCurrentSection(), getPreviousSection()));

Completed in 749 milliseconds