HomeSort by relevance Sort by last modified time
    Searched defs:getCurrentSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCStreamer.h 295 /// getCurrentSection - Return the current section that the streamer is
297 MCSectionSubPair getCurrentSection() const {
327 std::make_pair(getCurrentSection(), getPreviousSection()));
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 152 /// getCurrentSection() - Return the current section we are emitting to.
153 const MCSection *AsmPrinter::getCurrentSection() const {
154 return OutStreamer.getCurrentSection().first;
    [all...]

Completed in 286 milliseconds