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 162 /// getCurrentSection - Return the current section that the streamer is
164 const MCSection *getCurrentSection() const {
187 SectionStack.push_back(std::make_pair(getCurrentSection(),
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 142 /// getCurrentSection() - Return the current section we are emitting to.
143 const MCSection *AsmPrinter::getCurrentSection() const {
144 return OutStreamer.getCurrentSection();
718 MCLineEntry::Make(&OutStreamer, getCurrentSection());
    [all...]

Completed in 115 milliseconds