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 289 /// getCurrentSection - Return the current section that the streamer is
291 MCSectionSubPair getCurrentSection() const {
321 std::make_pair(getCurrentSection(), getPreviousSection()));
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 159 /// getCurrentSection() - Return the current section we are emitting to.
160 const MCSection *AsmPrinter::getCurrentSection() const {
161 return OutStreamer.getCurrentSection().first;
    [all...]

Completed in 70 milliseconds